diff options
author | dgp <dgp@users.sourceforge.net> | 2012-06-22 19:04:31 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-06-22 19:04:31 (GMT) |
commit | bc7ed66ad757475d649f77ef0a52c71966b8c42a (patch) | |
tree | b1b62b645128d484d02bc30abd3897116360c3ac /generic/tclFileSystem.h | |
parent | e276d32be530892ebd4fd2a0fb1fd99fee8c3b50 (diff) | |
parent | e87f03c29d1158714d9319724311d1091997611d (diff) | |
download | tcl-bc7ed66ad757475d649f77ef0a52c71966b8c42a.zip tcl-bc7ed66ad757475d649f77ef0a52c71966b8c42a.tar.gz tcl-bc7ed66ad757475d649f77ef0a52c71966b8c42a.tar.bz2 |
merge 8.5
Diffstat (limited to 'generic/tclFileSystem.h')
-rw-r--r-- | generic/tclFileSystem.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclFileSystem.h b/generic/tclFileSystem.h index 778c9ac..828e81d 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. */ |