summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclTest.c')
-rw-r--r--generic/tclTest.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/generic/tclTest.c b/generic/tclTest.c
index 6860e53..522e6f8 100644
--- a/generic/tclTest.c
+++ b/generic/tclTest.c
@@ -2187,9 +2187,7 @@ static int UtfExtWrapper(
TCL_STATIC);
result = TCL_ERROR;
} else if (result != TCL_ERROR) {
-
Tcl_Obj *resultObjs[3];
-
switch (result) {
case TCL_OK:
resultObjs[0] = Tcl_NewStringObj("ok", -1);