diff options
author | dgp <dgp@users.sourceforge.net> | 2012-06-20 19:49:31 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-06-20 19:49:31 (GMT) |
commit | f9037344f87d9722ef8152dd4c5b404cdd7ba983 (patch) | |
tree | 856404b798f52f31461f6b5895d0b117284ae42a /generic/tclFileSystem.h | |
parent | 57d68d7c1623442deab713279fdfeb6daf13eff9 (diff) | |
parent | 38f0b4d80988173806607621adbf9258d555f033 (diff) | |
download | tcl-f9037344f87d9722ef8152dd4c5b404cdd7ba983.zip tcl-f9037344f87d9722ef8152dd4c5b404cdd7ba983.tar.gz tcl-f9037344f87d9722ef8152dd4c5b404cdd7ba983.tar.bz2 |
Purge more dead fs path code.
Diffstat (limited to 'generic/tclFileSystem.h')
-rw-r--r-- | generic/tclFileSystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclFileSystem.h b/generic/tclFileSystem.h index d09d240..d6e1546 100644 --- a/generic/tclFileSystem.h +++ b/generic/tclFileSystem.h @@ -78,7 +78,7 @@ MODULE_SCOPE void TclFSSetPathDetails(Tcl_Obj *pathPtr, FilesystemRecord *fsRecPtr, ClientData clientData); MODULE_SCOPE Tcl_Obj * TclFSNormalizeAbsolutePath(Tcl_Interp *interp, - Tcl_Obj *pathPtr, ClientData *clientDataPtr); + Tcl_Obj *pathPtr); /* * Private shared variables for use by tclIOUtil.c and tclPathObj.c |