File tree Expand file tree Collapse file tree 4 files changed +0
-6
lines changed Expand file tree Collapse file tree 4 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -2259,7 +2259,6 @@ void StatementSync::Columns(const FunctionCallbackInfo<Value>& args) {
22592259 sqlite_column_template = DictionaryTemplate::New (isolate, col_keys);
22602260 env->set_sqlite_column_template (sqlite_column_template);
22612261 }
2262-  Local<Value> value;
22632262
22642263 cols.reserve (num_cols);
22652264 for  (int  i = 0 ; i < num_cols; ++i) {
Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ using v8::FunctionTemplate;
6161using  v8::Global;
6262using  v8::Isolate;
6363using  v8::Local;
64- using  v8::LocalVector;
6564using  v8::MaybeLocal;
6665using  v8::Name;
6766using  v8::NewStringType;
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ using v8::Isolate;
4747using  v8::Local;
4848using  v8::LocalVector;
4949using  v8::MaybeLocal;
50- using  v8::Name;
5150using  v8::Object;
5251using  v8::ScriptCompiler;
5352using  v8::String;
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ using v8::Local;
3838using  v8::Locker;
3939using  v8::Maybe;
4040using  v8::MaybeLocal;
41- using  v8::Name;
4241using  v8::NewStringType;
4342using  v8::Null;
4443using  v8::Number;
@@ -1117,8 +1116,6 @@ void Worker::GetHeapStatistics(const FunctionCallbackInfo<Value>& args) {
11171116 Number::New (isolate, heap_stats->used_global_handles_size ()),
11181117 Number::New (isolate, heap_stats->external_memory ())};
11191118
1120-  DCHECK_EQ (arraysize (heap_stats_names), arraysize (heap_stats_values));
1121- 
11221119 Local<Value> args[] = {
11231120 tmpl->NewInstance (env->context (), heap_stats_values)};
11241121 taker->get ()->MakeCallback (
                                 You can’t perform that action at this time. 
               
                  
0 commit comments