summaryrefslogtreecommitdiffstats
path: root/generic/tclDictObj.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-10-02 17:12:34 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-10-02 17:12:34 (GMT)
commitb47bad5a7bbc12dc1ce57471c936ef7edb6bc993 (patch)
tree7f261367633434ebeccf1694062bfc72385d0149 /generic/tclDictObj.c
parent88f9d3bd05de49706576568a9f03370565de7f78 (diff)
downloadtcl-b47bad5a7bbc12dc1ce57471c936ef7edb6bc993.zip
tcl-b47bad5a7bbc12dc1ce57471c936ef7edb6bc993.tar.gz
tcl-b47bad5a7bbc12dc1ce57471c936ef7edb6bc993.tar.bz2
Remove unneeded label
Diffstat (limited to 'generic/tclDictObj.c')
-rw-r--r--generic/tclDictObj.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclDictObj.c b/generic/tclDictObj.c
index 046a6de..ad562cf 100644
--- a/generic/tclDictObj.c
+++ b/generic/tclDictObj.c
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclDictObj.c,v 1.19 2004/10/02 17:00:39 dkf Exp $
+ * RCS: @(#) $Id: tclDictObj.c,v 1.20 2004/10/02 17:12:34 dkf Exp $
*/
#include "tclInt.h"
@@ -2683,7 +2683,6 @@ DictFilterCmd(interp, objc, objv)
Tcl_DictObjNext(&search, &keyObj, &valueObj, &done);
}
- normalResult:
/*
* Stop holding a reference to these objects.
*/