Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove more dead code
  • Loading branch information
ry committed Oct 11, 2011
1 parent 7085a04 commit e0b59e7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/node.cc
Expand Up @@ -1970,17 +1970,6 @@ static Handle<Value> EnvGetter(Local<String> property,
}


static bool ENV_warning = false;
static Handle<Value> EnvGetterWarn(Local<String> property,
const AccessorInfo& info) {
if (!ENV_warning) {
ENV_warning = true;
fprintf(stderr, "(node) Use process.env instead of process.ENV\r\n");
}
return EnvGetter(property, info);
}


static Handle<Value> EnvSetter(Local<String> property,
Local<Value> value,
const AccessorInfo& info) {
Expand Down

0 comments on commit e0b59e7

Please sign in to comment.