From 1b7ec2e467d076cc59a922536f3401fecbae04d0 Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Fri, 6 Apr 2012 21:50:52 +0200 Subject: [PATCH] removed unused variable --- V8/v8-vocbase.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/V8/v8-vocbase.cpp b/V8/v8-vocbase.cpp index fd3934bfae..f74e5546a6 100644 --- a/V8/v8-vocbase.cpp +++ b/V8/v8-vocbase.cpp @@ -820,9 +820,6 @@ static v8::Handle 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) {