Skip to content

Commit 88b99ee

Browse files
addaleaxaduh95
authored andcommitted
src: remove declarations of removed BaseObject static fns
These were removed in 5c86f22, so their declarations should be removed from class declarations too. PR-URL: #59093 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
1 parent 72adf52 commit 88b99ee

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/base_object.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,6 @@ class BaseObject : public MemoryRetainer {
128128
// a BaseObjectPtr to this object.
129129
inline void Detach();
130130

131-
static inline v8::Local<v8::FunctionTemplate> GetConstructorTemplate(
132-
Environment* env);
133-
static v8::Local<v8::FunctionTemplate> GetConstructorTemplate(
134-
IsolateData* isolate_data);
135-
136131
// Interface for transferring BaseObject instances using the .postMessage()
137132
// method of MessagePorts (and, by extension, Workers).
138133
// GetTransferMode() returns a transfer mode that indicates how to deal with

0 commit comments

Comments
 (0)