crypto: remove two unused static variables

This commit is contained in:
Ben Noordhuis 2013-08-12 22:38:39 +02:00
parent 35f789b027
commit 624938d052

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