Skip to content

Commit 4001b24

Browse files
gengjiawenaddaleax
authored andcommitted
src: remove unimplemented method in class SSLWrap
PR-URL: #26203 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
1 parent 8b515b2 commit 4001b24

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/node_crypto.h

-2
Original file line numberDiff line numberDiff line change
@@ -280,13 +280,11 @@ class SSLWrap {
280280
static void SetSession(const v8::FunctionCallbackInfo<v8::Value>& args);
281281
static void LoadSession(const v8::FunctionCallbackInfo<v8::Value>& args);
282282
static void IsSessionReused(const v8::FunctionCallbackInfo<v8::Value>& args);
283-
static void IsInitFinished(const v8::FunctionCallbackInfo<v8::Value>& args);
284283
static void VerifyError(const v8::FunctionCallbackInfo<v8::Value>& args);
285284
static void GetCurrentCipher(const v8::FunctionCallbackInfo<v8::Value>& args);
286285
static void EndParser(const v8::FunctionCallbackInfo<v8::Value>& args);
287286
static void CertCbDone(const v8::FunctionCallbackInfo<v8::Value>& args);
288287
static void Renegotiate(const v8::FunctionCallbackInfo<v8::Value>& args);
289-
static void Shutdown(const v8::FunctionCallbackInfo<v8::Value>& args);
290288
static void GetTLSTicket(const v8::FunctionCallbackInfo<v8::Value>& args);
291289
static void NewSessionDone(const v8::FunctionCallbackInfo<v8::Value>& args);
292290
static void SetOCSPResponse(const v8::FunctionCallbackInfo<v8::Value>& args);

0 commit comments

Comments
 (0)