Pre-trip resolve
[p5sagit/p5-mst-13.2.git] / pp_hot.c
index a7fd9dc..d3a2a51 100644 (file)
--- a/pp_hot.c
+++ b/pp_hot.c
@@ -29,7 +29,6 @@
 #include <sys/file.h>
 #endif
 
-#define HOP(pos,off) (IN_UTF8 ? utf8_hop(pos, off) : (pos + off))
 
 /* Hot code. */