Skip to content

Commit

Permalink
remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Mar 18, 2010
1 parent a4d8fdc commit 09c6b88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/module.js
Expand Up @@ -31,7 +31,6 @@ function requireNative (id, cb) {
return data;
}

// first pass, just local
function require (id, parent, cb) {
if (id in natives) return requireNative(id, cb);
if (id in nativeModuleCache) {
Expand Down

0 comments on commit 09c6b88

Please sign in to comment.