summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclObj.c')
-rw-r--r--generic/tclObj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclObj.c b/generic/tclObj.c
index 4be3ad4..b4611bc 100644
--- a/generic/tclObj.c
+++ b/generic/tclObj.c
@@ -788,7 +788,6 @@ static void
TclThreadFinalizeContLines(
ClientData dummy)
{
- (void)dummy;
/*
* Release the hashtable tracking invisible continuation lines.
*/
@@ -796,6 +795,7 @@ TclThreadFinalizeContLines(
ThreadSpecificData *tsdPtr = TclGetContLineTable();
Tcl_HashEntry *hPtr;
Tcl_HashSearch hSearch;
+ (void)dummy;
for (hPtr = Tcl_FirstHashEntry(tsdPtr->lineCLPtr, &hSearch);
hPtr != NULL; hPtr = Tcl_NextHashEntry(&hSearch)) {