Browse Source

crypto: remove two unused static variables

v0.11.6-release
Ben Noordhuis 12 years ago
parent
commit
624938d052
  1. 2
      src/node_crypto.cc

2
src/node_crypto.cc

@ -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;

Loading…
Cancel
Save