diff --git a/src/node_crypto.cc b/src/node_crypto.cc index 9110eab440f..c9aba049fc1 100644 --- a/src/node_crypto.cc +++ b/src/node_crypto.cc @@ -92,8 +92,6 @@ struct ClearErrorOnReturn { ~ClearErrorOnReturn() { ERR_clear_error(); } }; -static Cached errno_symbol; -static Cached syscall_symbol; static Cached subject_symbol; static Cached subjectaltname_symbol; static Cached modulus_symbol;