summaryrefslogtreecommitdiffstats
path: root/generic/tclLiteral.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclLiteral.c')
-rw-r--r--generic/tclLiteral.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclLiteral.c b/generic/tclLiteral.c
index a05a9bd..0b2c585 100644
--- a/generic/tclLiteral.c
+++ b/generic/tclLiteral.c
@@ -98,13 +98,14 @@ TclInitLiteralTable(
void
TclDeleteLiteralTable(
- Tcl_Interp *interp, /* Interpreter containing shared literals
+ Tcl_Interp *dummy, /* Interpreter containing shared literals
* referenced by the table to delete. */
LiteralTable *tablePtr) /* Points to the literal table to delete. */
{
LiteralEntry *entryPtr, *nextPtr;
Tcl_Obj *objPtr;
size_t i;
+ (void)dummy;
/*
* Release remaining literals in the table. Note that releasing a literal