Skip to content

Commit e25f0ce

Browse files
committed
sqlite: remove duplicated proto init
1 parent 19cdadf commit e25f0ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/node_sqlite.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3244,7 +3244,6 @@ static void Initialize(Local<Object> target,
32443244
SetProtoMethod(isolate, db_tmpl, "function", DatabaseSync::CustomFunction);
32453245
SetProtoMethod(
32463246
isolate, db_tmpl, "createTagStore", DatabaseSync::CreateTagStore);
3247-
SetProtoMethod(isolate, db_tmpl, "setAuthorizer", DatabaseSync::SetAuthorizer);
32483247
SetProtoMethodNoSideEffect(
32493248
isolate, db_tmpl, "location", DatabaseSync::Location);
32503249
SetProtoMethod(

0 commit comments

Comments
 (0)