=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tip/Attic/cmdtab.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- src/usr.bin/tip/Attic/cmdtab.c 2009/12/12 18:14:00 1.9 +++ src/usr.bin/tip/Attic/cmdtab.c 2010/06/29 16:44:38 1.10 @@ -1,4 +1,4 @@ -/* $OpenBSD: cmdtab.c,v 1.9 2009/12/12 18:14:00 nicm Exp $ */ +/* $OpenBSD: cmdtab.c,v 1.10 2010/06/29 16:44:38 nicm Exp $ */ /* $NetBSD: cmdtab.c,v 1.3 1994/12/08 09:30:46 jtc Exp $ */ /* @@ -40,9 +40,7 @@ { 'p', "put file to remote UNIX", cu_put }, { '|', "pipe remote file", pipefile }, { '$', "pipe local command to remote host", pipeout }, -#ifdef CONNECT { 'C', "connect program to remote host", consh }, -#endif { 'c', "change directory", chdirectory }, { '.', "exit from tip", finish }, { CTRL('d'), "exit from tip", finish },