diff options
author | rjohnson <rjohnson> | 1998-09-29 18:22:39 (GMT) |
---|---|---|
committer | rjohnson <rjohnson> | 1998-09-29 18:22:39 (GMT) |
commit | ef4f41df2bece12e3c09211f7495605014179593 (patch) | |
tree | d25d0c902a5d6d0e8ee20d9c08d650c22bdeda71 /unix/tclUnixPort.h | |
parent | 28cbc95b72aa9ba975be02e9b4b8919279a96fa5 (diff) | |
download | tcl-ef4f41df2bece12e3c09211f7495605014179593.zip tcl-ef4f41df2bece12e3c09211f7495605014179593.tar.gz tcl-ef4f41df2bece12e3c09211f7495605014179593.tar.bz2 |
Removed function declarations that were never used and not referenced
by any implementation.
Diffstat (limited to 'unix/tclUnixPort.h')
-rw-r--r-- | unix/tclUnixPort.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h index 43275a7..ca8c815 100644 --- a/unix/tclUnixPort.h +++ b/unix/tclUnixPort.h @@ -19,7 +19,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclUnixPort.h,v 1.7 1998/09/14 18:40:17 stanton Exp $ + * RCS: @(#) $Id: tclUnixPort.h,v 1.8 1998/09/29 18:22:39 rjohnson Exp $ */ #ifndef _TCLUNIXPORT @@ -447,7 +447,6 @@ EXTERN int gettimeofday _ANSI_ARGS_((struct timeval *tp, */ #define TclHasSockets(interp) (TCL_OK) -#define TclHasPipes() (1) /* * Variables provided by the C library: |