diff options
| author | dgp <dgp@users.sourceforge.net> | 2023-09-12 17:16:10 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2023-09-12 17:16:10 (GMT) |
| commit | 6d1fc5cfd9adab08343ce1aecf5a26e79becbcc2 (patch) | |
| tree | 2b308a33f96d7a1e1f58f970d38378402df82ad4 | |
| parent | b7bb526d8b020d145a37cfc0e90ec831d9072341 (diff) | |
| download | tcl-6d1fc5cfd9adab08343ce1aecf5a26e79becbcc2.zip tcl-6d1fc5cfd9adab08343ce1aecf5a26e79becbcc2.tar.gz tcl-6d1fc5cfd9adab08343ce1aecf5a26e79becbcc2.tar.bz2 | |
Internal routine TclpMatchFiles() was superseded when virtual filesystems
were introduced in Tcl 8.4, but the declaration has lingered on. Remove it.
| -rw-r--r-- | generic/tclInt.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index 52d8958..586eb5c 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -3108,8 +3108,6 @@ MODULE_SCOPE void TclpInitUnlock(void); MODULE_SCOPE Tcl_Obj * TclpObjListVolumes(void); MODULE_SCOPE void TclpGlobalLock(void); MODULE_SCOPE void TclpGlobalUnlock(void); -MODULE_SCOPE int TclpMatchFiles(Tcl_Interp *interp, char *separators, - Tcl_DString *dirPtr, char *pattern, char *tail); MODULE_SCOPE int TclpObjNormalizePath(Tcl_Interp *interp, Tcl_Obj *pathPtr, int nextCheckpoint); MODULE_SCOPE void TclpNativeJoinPath(Tcl_Obj *prefix, const char *joining); |
