1
0
Fork 0

Merge branch 'devel' of https://github.com/arangodb/arangodb into devel

This commit is contained in:
Jan Steemann 2015-08-19 13:11:52 +02:00
commit 90dafd61c0
1 changed files with 0 additions and 4 deletions

View File

@ -198,10 +198,6 @@ void TRI_InitV8Statistics (v8::Isolate* isolate,
v8::Handle<v8::Context> context) {
v8::HandleScope scope(isolate);
// check the isolate
TRI_v8_global_t* v8g = TRI_GetV8Globals(isolate);
TRI_ASSERT(v8g != nullptr);
// .............................................................................
// create the global functions
// .............................................................................