Skip to content

Commit

Permalink
[error handling] removed stalled persistent v8 symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
agnat committed Dec 18, 2012
1 parent cabdc7c commit 981630f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mdns_utils.cpp
Expand Up @@ -8,8 +8,6 @@ namespace node_mdns {

using namespace v8;

static Persistent<String> error_code_symbol;

Local<Value>
buildException(DNSServiceErrorType error_code) {
if (error_code == kDNSServiceErr_NoError) {
Expand Down

0 comments on commit 981630f

Please sign in to comment.