diff options
Diffstat (limited to 'generic/tclStubInit.c')
| -rw-r--r-- | generic/tclStubInit.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c index 18070f6..521fe712 100644 --- a/generic/tclStubInit.c +++ b/generic/tclStubInit.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclStubInit.c,v 1.4 1999/03/10 23:19:09 redman Exp $ + * RCS: @(#) $Id: tclStubInit.c,v 1.5 1999/03/10 23:45:51 redman Exp $ */ #include "tclInt.h" @@ -350,12 +350,6 @@ TclStubs tclStubs = { Tcl_WaitPid, /* 277 */ panicVA, /* 278 */ Tcl_GetVersion, /* 279 */ - use, /* 280 */ - use, /* 281 */ - use, /* 282 */ - use, /* 283 */ - use, /* 284 */ - use, /* 285 */ }; TclStubs *tclStubsPtr = &tclStubs; |
