Skip to content

Commit cd42560

Browse files
committed
fixup! src: register external references for source code
1 parent a0bd46c commit cd42560

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/node_builtins.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ class NODE_EXTERN_PRIVATE BuiltinLoader {
7777
v8::Local<v8::String> GetConfigString(v8::Isolate* isolate);
7878
bool Exists(const char* id);
7979
bool Add(const char* id, const UnionBytes& source);
80-
bool Add(const char* id, std::string_view utf8source);
8180

8281
bool CompileAllBuiltins(v8::Local<v8::Context> context);
8382
void RefreshCodeCache(const std::vector<CodeCacheInfo>& in);

0 commit comments

Comments
 (0)