summaryrefslogtreecommitdiffstats
path: root/generic/tclFileSystem.h
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2012-06-22 18:38:31 (GMT)
committerdgp@users.sourceforge.net <dgp>2012-06-22 18:38:31 (GMT)
commitd35eae18fc87ba8f25991ca5fe7de5115b5cc9db (patch)
treec12f03244857e988b6189d3b043bcc34bea48da0 /generic/tclFileSystem.h
parent82466b3950a9c2b9e6f8edc45da297bc906cf715 (diff)
downloadtcl-d35eae18fc87ba8f25991ca5fe7de5115b5cc9db.zip
tcl-d35eae18fc87ba8f25991ca5fe7de5115b5cc9db.tar.gz
tcl-d35eae18fc87ba8f25991ca5fe7de5115b5cc9db.tar.bz2
FilesystemRecord structs no longer need refcounting.
Diffstat (limited to 'generic/tclFileSystem.h')
-rw-r--r--generic/tclFileSystem.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclFileSystem.h b/generic/tclFileSystem.h
index 3dfc1de..c50c751 100644
--- a/generic/tclFileSystem.h
+++ b/generic/tclFileSystem.h
@@ -28,7 +28,6 @@ typedef struct FilesystemRecord {
ClientData clientData; /* Client specific data for the new filesystem
* (can be NULL) */
Tcl_Filesystem *fsPtr; /* Pointer to filesystem dispatch table. */
- int fileRefCount; /* How many Tcl_Obj's use this filesystem. */
struct FilesystemRecord *nextPtr;
/* The next filesystem registered to Tcl, or
* NULL if no more. */