From 14b7b5ca29e03707a077b5469a53c848a385270c Mon Sep 17 00:00:00 2001 From: dgp Date: Tue, 8 Jan 2002 20:44:39 +0000 Subject: TclCreatePipeline is in tclIntDecls.h; no need for it in tclInt.h. --- generic/tclInt.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/generic/tclInt.h b/generic/tclInt.h index adaffdb..0b8955f 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclInt.h,v 1.71 2001/11/23 01:26:52 das Exp $ + * RCS: @(#) $Id: tclInt.h,v 1.72 2002/01/08 20:44:39 dgp Exp $ */ #ifndef _TCLINT @@ -1627,13 +1627,6 @@ EXTERN void TclCleanupCommand _ANSI_ARGS_((Command *cmdPtr)); EXTERN int TclCopyChannel _ANSI_ARGS_((Tcl_Interp *interp, Tcl_Channel inChan, Tcl_Channel outChan, int toRead, Tcl_Obj *cmdPtr)); -/* - * TclCreatePipeline unofficially exported for use by BLT. - */ -EXTERN int TclCreatePipeline _ANSI_ARGS_((Tcl_Interp *interp, - int argc, char **argv, Tcl_Pid **pidArrayPtr, - TclFile *inPipePtr, TclFile *outPipePtr, - TclFile *errFilePtr)); EXTERN int TclCreateProc _ANSI_ARGS_((Tcl_Interp *interp, Namespace *nsPtr, CONST char *procName, Tcl_Obj *argsPtr, Tcl_Obj *bodyPtr, -- cgit v0.12