diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2019-04-30 13:35:53 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2019-04-30 13:35:53 (GMT) |
commit | ae1d2d2d40e05b234f974ec40e5f073f10107b42 (patch) | |
tree | 8fff7cdcc0bafacd639f1399556b69fb0e319696 /unix | |
parent | 688e4e85455890e8a7bdf3435bf88206ce97f9ea (diff) | |
download | tcl-ae1d2d2d40e05b234f974ec40e5f073f10107b42.zip tcl-ae1d2d2d40e05b234f974ec40e5f073f10107b42.tar.gz tcl-ae1d2d2d40e05b234f974ec40e5f073f10107b42.tar.bz2 |
Export API
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tclUnixFCmd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/tclUnixFCmd.c b/unix/tclUnixFCmd.c index 80e7ed0..861ff66 100644 --- a/unix/tclUnixFCmd.c +++ b/unix/tclUnixFCmd.c @@ -2298,7 +2298,6 @@ TclpCreateTemporaryDirectory( { Tcl_DString template, tmp; const char *string; - Tcl_Obj *resultingNameObj; #define DEFAULT_TEMP_DIR_PREFIX "tcl" |