summaryrefslogtreecommitdiffstats
path: root/generic/tclFileSystem.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-06-20 19:19:53 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-06-20 19:19:53 (GMT)
commit57d68d7c1623442deab713279fdfeb6daf13eff9 (patch)
tree74ab6e1f3ffb3c6e6de702e48dc0a992e5bcd516 /generic/tclFileSystem.h
parent9ff8e40fff5458c0dd6e606d79a127309cd985a9 (diff)
parent52d15b52d02ef41a6a25128de9bd49c2fc59b343 (diff)
downloadtcl-57d68d7c1623442deab713279fdfeb6daf13eff9.zip
tcl-57d68d7c1623442deab713279fdfeb6daf13eff9.tar.gz
tcl-57d68d7c1623442deab713279fdfeb6daf13eff9.tar.bz2
Remove dead code that complicates fs path values but adds no value.
Diffstat (limited to 'generic/tclFileSystem.h')
-rw-r--r--generic/tclFileSystem.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/generic/tclFileSystem.h b/generic/tclFileSystem.h
index 2d6f046..d09d240 100644
--- a/generic/tclFileSystem.h
+++ b/generic/tclFileSystem.h
@@ -63,10 +63,9 @@ typedef struct ThreadSpecificData {
MODULE_SCOPE int TclFSCwdPointerEquals(Tcl_Obj **pathPtrPtr);
MODULE_SCOPE int TclFSMakePathFromNormalized(Tcl_Interp *interp,
- Tcl_Obj *pathPtr, ClientData clientData);
+ Tcl_Obj *pathPtr);
MODULE_SCOPE int TclFSNormalizeToUniquePath(Tcl_Interp *interp,
- Tcl_Obj *pathPtr, int startAt,
- ClientData *clientDataPtr);
+ Tcl_Obj *pathPtr, int startAt);
MODULE_SCOPE Tcl_Obj * TclFSMakePathRelative(Tcl_Interp *interp,
Tcl_Obj *pathPtr, Tcl_Obj *cwdPtr);
MODULE_SCOPE Tcl_Obj * TclFSInternalToNormalized(