Skip to content

Commit 624938d

Browse files
committed
crypto: remove two unused static variables
1 parent 35f789b commit 624938d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/node_crypto.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ struct ClearErrorOnReturn {
9292
~ClearErrorOnReturn() { ERR_clear_error(); }
9393
};
9494

95-
static Cached<String> errno_symbol;
96-
static Cached<String> syscall_symbol;
9795
static Cached<String> subject_symbol;
9896
static Cached<String> subjectaltname_symbol;
9997
static Cached<String> modulus_symbol;

0 commit comments

Comments
 (0)