mirror of https://github.com/nodejs/node.git
crypto: remove two unused static variables
parent
35f789b027
commit
624938d052
|
@ -92,8 +92,6 @@ struct ClearErrorOnReturn {
|
||||||
~ClearErrorOnReturn() { ERR_clear_error(); }
|
~ClearErrorOnReturn() { ERR_clear_error(); }
|
||||||
};
|
};
|
||||||
|
|
||||||
static Cached<String> errno_symbol;
|
|
||||||
static Cached<String> syscall_symbol;
|
|
||||||
static Cached<String> subject_symbol;
|
static Cached<String> subject_symbol;
|
||||||
static Cached<String> subjectaltname_symbol;
|
static Cached<String> subjectaltname_symbol;
|
||||||
static Cached<String> modulus_symbol;
|
static Cached<String> modulus_symbol;
|
||||||
|
|
Loading…
Reference in New Issue