summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 44d0ec6..e815119 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -4117,7 +4117,6 @@ MODULE_SCOPE size_t TclIndexDecode(int encoded, size_t endValue);
/* Constants used in index value encoding routines. */
#define TCL_INDEX_END ((size_t)-2)
-#define TCL_INDEX_NONE ((size_t)-1) /* Index out of range or END+1 */
#define TCL_INDEX_START ((size_t)0)
/*