crypto: remove two unused static variables

pull/5010/head
Ben Noordhuis 2013-08-12 22:38:39 +02:00
parent 35f789b027
commit 624938d052
1 changed files with 0 additions and 2 deletions

View File

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