summaryrefslogtreecommitdiff
path: root/lib/Support/regutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Support/regutils.h')
-rw-r--r--lib/Support/regutils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Support/regutils.h b/lib/Support/regutils.h
index 7150a3f082..d0ee100a38 100644
--- a/lib/Support/regutils.h
+++ b/lib/Support/regutils.h
@@ -36,8 +36,6 @@
*/
/* utility definitions */
-#define DUPMAX _POSIX2_RE_DUP_MAX /* xxx is this right? */
-#define INFINITY (DUPMAX + 1)
#define NC (CHAR_MAX - CHAR_MIN + 1)
typedef unsigned char uch;