diff options
author | 2022-11-22 21:34:37 -0800 | |
---|---|---|
committer | 2022-11-22 21:34:37 -0800 | |
commit | 5767ad3fc59d1973897dd8baf5be601754f50c79 (patch) | |
tree | 59efec3d1b085d4b0ef44bfe45f44a904f6c0568 /src/bun.js/bindings/ZigGeneratedClasses+lazyStructureImpl.h | |
parent | 4f41c3fb40a7cd23a48c1a888353059a69693fa8 (diff) | |
download | bun-5767ad3fc59d1973897dd8baf5be601754f50c79.tar.gz bun-5767ad3fc59d1973897dd8baf5be601754f50c79.tar.zst bun-5767ad3fc59d1973897dd8baf5be601754f50c79.zip |
Remove some dead code
Diffstat (limited to 'src/bun.js/bindings/ZigGeneratedClasses+lazyStructureImpl.h')
-rw-r--r-- | src/bun.js/bindings/ZigGeneratedClasses+lazyStructureImpl.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bun.js/bindings/ZigGeneratedClasses+lazyStructureImpl.h b/src/bun.js/bindings/ZigGeneratedClasses+lazyStructureImpl.h index d50c8c38f..ade20e72a 100644 --- a/src/bun.js/bindings/ZigGeneratedClasses+lazyStructureImpl.h +++ b/src/bun.js/bindings/ZigGeneratedClasses+lazyStructureImpl.h @@ -3,25 +3,25 @@ void GlobalObject::initGeneratedLazyClasses() { [](LazyClassStructure::Initializer& init) { init.setPrototype(WebCore::JSTCPSocket::createPrototype(init.vm, reinterpret_cast<Zig::GlobalObject*>(init.global))); init.setStructure(WebCore::JSTCPSocket::createStructure(init.vm, init.global, init.prototype)); - init.setConstructor(WebCore::JSTCPSocket::createConstructor(init.vm, init.global, init.prototype)); + }); m_JSTLSSocket.initLater( [](LazyClassStructure::Initializer& init) { init.setPrototype(WebCore::JSTLSSocket::createPrototype(init.vm, reinterpret_cast<Zig::GlobalObject*>(init.global))); init.setStructure(WebCore::JSTLSSocket::createStructure(init.vm, init.global, init.prototype)); - init.setConstructor(WebCore::JSTLSSocket::createConstructor(init.vm, init.global, init.prototype)); + }); m_JSListener.initLater( [](LazyClassStructure::Initializer& init) { init.setPrototype(WebCore::JSListener::createPrototype(init.vm, reinterpret_cast<Zig::GlobalObject*>(init.global))); init.setStructure(WebCore::JSListener::createStructure(init.vm, init.global, init.prototype)); - init.setConstructor(WebCore::JSListener::createConstructor(init.vm, init.global, init.prototype)); + }); m_JSSubprocess.initLater( [](LazyClassStructure::Initializer& init) { init.setPrototype(WebCore::JSSubprocess::createPrototype(init.vm, reinterpret_cast<Zig::GlobalObject*>(init.global))); init.setStructure(WebCore::JSSubprocess::createStructure(init.vm, init.global, init.prototype)); - init.setConstructor(WebCore::JSSubprocess::createConstructor(init.vm, init.global, init.prototype)); + }); m_JSSHA1.initLater( [](LazyClassStructure::Initializer& init) { |