aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9term/9term.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-11-07 15:07:40 +0000
committerrsc <devnull@localhost>2005-11-07 15:07:40 +0000
commit0c7f940a724d3da79de887433ce89ad76cbf202a (patch)
tree750456f461efc5c2962098981b0726958079b908 /src/cmd/9term/9term.c
parent7f3d278a3bf42d174ac7e33bca180b7f4adc8310 (diff)
downloadplan9port-0c7f940a724d3da79de887433ce89ad76cbf202a.tar.gz
plan9port-0c7f940a724d3da79de887433ce89ad76cbf202a.tar.bz2
plan9port-0c7f940a724d3da79de887433ce89ad76cbf202a.zip
snarf, plumbing
Diffstat (limited to 'src/cmd/9term/9term.c')
-rw-r--r--src/cmd/9term/9term.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cmd/9term/9term.c b/src/cmd/9term/9term.c
index e62330a3..26e13f39 100644
--- a/src/cmd/9term/9term.c
+++ b/src/cmd/9term/9term.c
@@ -97,8 +97,6 @@ threadmain(int argc, char *argv[])
keyboardctl = initkeyboard(nil);
if(keyboardctl == nil)
error("cannot find keyboard");
- if((plumbfd = plumbopen("send", OWRITE)) < 0)
- fprint(2, "9term: plumbopen: %r\n");
mouse = &mousectl->m;
winclosechan = chancreate(sizeof(Window*), 0);
@@ -523,7 +521,6 @@ riogetsnarf(void)
char *s;
int n, nb, nulls;
-fprint(2, "getsnarf\n");
s = getsnarf();
if(s == nil)
return;