summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index c9b4814..77eebb8 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -4066,8 +4066,6 @@ MODULE_SCOPE Tcl_Obj * TclGetArrayDefault(Var *arrayPtr);
MODULE_SCOPE int TclIndexEncode(Tcl_Interp *interp, Tcl_Obj *objPtr,
int before, int after, int *indexPtr);
MODULE_SCOPE Tcl_Size TclIndexDecode(int encoded, Tcl_Size endValue);
-MODULE_SCOPE int TclIndexInvalidError(Tcl_Interp *interp,
- const char *idxType, Tcl_Size idx);
/*
* Error message utility functions