diff options
author | dgp <dgp@users.sourceforge.net> | 2012-06-22 18:50:25 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-06-22 18:50:25 (GMT) |
commit | a6f3b4e7ff69cb322e6bfbbd52dde81a30dc07e9 (patch) | |
tree | 27d5a1557497e66ab72f2ca685d8d4abe2b7d67d /generic/tclFileSystem.h | |
parent | 82d0f7a67524b5ab9097e28a912ffa9dcaa518a2 (diff) | |
parent | 03225cdf465de309c4c7835017c13ebf751e0b51 (diff) | |
download | tcl-a6f3b4e7ff69cb322e6bfbbd52dde81a30dc07e9.zip tcl-a6f3b4e7ff69cb322e6bfbbd52dde81a30dc07e9.tar.gz tcl-a6f3b4e7ff69cb322e6bfbbd52dde81a30dc07e9.tar.bz2 |
FilesystemRecord structs no longer need refcounting
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 8a85421..088bf85 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) */ const 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. */ |