summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2019-04-30 13:35:53 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2019-04-30 13:35:53 (GMT)
commitae1d2d2d40e05b234f974ec40e5f073f10107b42 (patch)
tree8fff7cdcc0bafacd639f1399556b69fb0e319696 /unix
parent688e4e85455890e8a7bdf3435bf88206ce97f9ea (diff)
downloadtcl-ae1d2d2d40e05b234f974ec40e5f073f10107b42.zip
tcl-ae1d2d2d40e05b234f974ec40e5f073f10107b42.tar.gz
tcl-ae1d2d2d40e05b234f974ec40e5f073f10107b42.tar.bz2
Export API
Diffstat (limited to 'unix')
-rw-r--r--unix/tclUnixFCmd.c1
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"