tls_wrap: remove unused variable

This commit is contained in:
Fedor Indutny
2014-05-13 13:13:23 +04:00
parent 52527e03d3
commit 6569812531

View File

@@ -53,12 +53,6 @@ using v8::Object;
using v8::String;
using v8::Value;
static const int X509_NAME_FLAGS = ASN1_STRFLGS_ESC_CTRL
| ASN1_STRFLGS_ESC_MSB
| XN_FLAG_SEP_MULTILINE
| XN_FLAG_FN_SN;
size_t TLSCallbacks::error_off_;
char TLSCallbacks::error_buf_[1024];