diff options
author | dgp <dgp@users.sourceforge.net> | 2008-09-30 16:29:47 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-09-30 16:29:47 (GMT) |
commit | ff1f43598ccc3d0a157e9bd32a7f48ecacf42331 (patch) | |
tree | a4be0ee05d18a901c8add77736d69e2d46aeb832 /generic/tclIOUtil.c | |
parent | a3e470a520e59549b32c105f2aa0234c30eac772 (diff) | |
download | tcl-ff1f43598ccc3d0a157e9bd32a7f48ecacf42331.zip tcl-ff1f43598ccc3d0a157e9bd32a7f48ecacf42331.tar.gz tcl-ff1f43598ccc3d0a157e9bd32a7f48ecacf42331.tar.bz2 |
remove outdated comment
Diffstat (limited to 'generic/tclIOUtil.c')
-rw-r--r-- | generic/tclIOUtil.c | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/generic/tclIOUtil.c b/generic/tclIOUtil.c index b610af4..d4e3325 100644 --- a/generic/tclIOUtil.c +++ b/generic/tclIOUtil.c @@ -17,7 +17,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclIOUtil.c,v 1.156 2008/09/27 19:40:30 dkf Exp $ + * RCS: @(#) $Id: tclIOUtil.c,v 1.157 2008/09/30 16:29:47 dgp Exp $ */ #include "tclInt.h" @@ -53,19 +53,6 @@ MODULE_SCOPE const char * tclpFileAttrStrings[]; MODULE_SCOPE const TclFileAttrProcs tclpFileAttrProcs[]; /* - * The 3 hooks for Stat, Access and OpenFileChannel are obsolete. The - * complete, general hooked filesystem APIs should be used instead. This - * define decides whether to include the obsolete hooks and related code. If - * these are removed, we'll also want to remove them from stubs/tclInt. The - * only known users of these APIs are prowrap and mktclapp. New - * code/extensions should not use them, since they do not provide as full - * support as the full filesystem API. - * - * As soon as prowrap and mktclapp are updated to use the full filesystem - * support, I suggest all these hooks are removed. - */ - -/* * Declare the native filesystem support. These functions should be considered * private to Tcl, and should really not be called directly by any code other * than this file (i.e. neither by Tcl's core nor by extensions). Similarly, |