Skip to content

Commit 35cece7

Browse files
committed
src: remove unused private field
Refs: #59828
1 parent b8b4350 commit 35cece7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/node.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1462,7 +1462,6 @@ class NODE_EXTERN CallbackScope {
14621462
CallbackScope(CallbackScope&&) = delete;
14631463

14641464
private:
1465-
void* resource_storage_global_;
14661465
union {
14671466
v8::Local<v8::Object> local;
14681467
v8::Global<v8::Object>* global_ptr;

0 commit comments

Comments
 (0)