summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 7fc06c8..b59d312 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -4484,9 +4484,6 @@ MODULE_SCOPE void TclDbInitNewObj(Tcl_Obj *objPtr, const char *file,
(UCHAR(*((src) - 1))) < 0x80 ? (src)-1 : \
Tcl_UtfPrev(src, start))
-#define TclUtfNext(src) \
- (((UCHAR(*(src))) < 0x80) ? (src) + 1 : Tcl_UtfNext(src))
-
/*
*----------------------------------------------------------------
* Macro that encapsulates the logic that determines when it is safe to