1
0
Fork 0

removed unused variable

This commit is contained in:
Jan Steemann 2012-04-06 21:50:52 +02:00
parent 0d6130c981
commit 1b7ec2e467
1 changed files with 0 additions and 3 deletions

View File

@ -820,9 +820,6 @@ static v8::Handle<v8::Value> DeleteVocbaseCol (TRI_vocbase_t* vocbase,
TRI_vocbase_col_t const* collection,
v8::Arguments const& argv) {
v8::HandleScope scope;
TRI_v8_global_t* v8g;
v8g = (TRI_v8_global_t*) v8::Isolate::GetCurrent()->GetData();
// check the arguments
if (argv.Length() != 1) {