From eddb0078b5c9ff49bf67c0f1b1c2c623f0480b77 Mon Sep 17 00:00:00 2001 From: dave caruso Date: Fri, 29 Sep 2023 16:17:54 -0700 Subject: fix(runtime): followup for `server.requestIP` (#6185) * fix(runtime): followup for `server.requestIP` * oops * yeah * sure * Update src/deps/libuwsockets.cpp * Update Dockerfile * lol --------- Co-authored-by: Jarred Sumner Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> --- src/bun.js/bindings/JSSocketAddress.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/bun.js/bindings/JSSocketAddress.h') diff --git a/src/bun.js/bindings/JSSocketAddress.h b/src/bun.js/bindings/JSSocketAddress.h index 5e374dac3..77bdca5d4 100644 --- a/src/bun.js/bindings/JSSocketAddress.h +++ b/src/bun.js/bindings/JSSocketAddress.h @@ -8,9 +8,6 @@ using namespace JSC; namespace Bun { namespace JSSocketAddress { -static const NeverDestroyed IPv4 = MAKE_STATIC_STRING_IMPL("IPv4"); -static const NeverDestroyed IPv6 = MAKE_STATIC_STRING_IMPL("IPv6"); - Structure* createStructure(VM& vm, JSGlobalObject* globalObject); } // namespace JSSocketAddress -- cgit v1.2.3