crypto: remove two unused static variables
authorBen Noordhuis <info@bnoordhuis.nl>
Mon, 12 Aug 2013 20:38:39 +0000 (22:38 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Mon, 12 Aug 2013 20:42:23 +0000 (22:42 +0200)
src/node_crypto.cc

index 9110eab..c9aba04 100644 (file)
@@ -92,8 +92,6 @@ struct ClearErrorOnReturn {
   ~ClearErrorOnReturn() { ERR_clear_error(); }
 };
 
-static Cached<String> errno_symbol;
-static Cached<String> syscall_symbol;
 static Cached<String> subject_symbol;
 static Cached<String> subjectaltname_symbol;
 static Cached<String> modulus_symbol;