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

Commit

Permalink
Remove extra method declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Sep 20, 2011
1 parent c1ae6ea commit ae0dd0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tty_wrap.cc
Expand Up @@ -39,7 +39,6 @@ class TTYWrap : StreamWrap {
NODE_SET_PROTOTYPE_METHOD(t, "readStart", StreamWrap::ReadStart);
NODE_SET_PROTOTYPE_METHOD(t, "readStop", StreamWrap::ReadStop);
NODE_SET_PROTOTYPE_METHOD(t, "write", StreamWrap::Write);
NODE_SET_PROTOTYPE_METHOD(t, "write", StreamWrap::Write);

NODE_SET_METHOD(target, "isTTY", IsTTY);

Expand Down

0 comments on commit ae0dd0d

Please sign in to comment.