summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tcl.h')
-rw-r--r--generic/tcl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index 5f4a77a..3f9f06a 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -1363,7 +1363,6 @@ typedef struct {
int epoch; /* Epoch marker for dictionary being searched,
* or -1 if search has terminated. */
Tcl_Dict dictionaryPtr; /* Reference to dictionary being searched. */
- Tcl_Obj *resultList; /* List of result values from the loop body. */
} Tcl_DictSearch;
/*