Index: source/i18n/regeximp.h |
diff --git a/source/i18n/regeximp.h b/source/i18n/regeximp.h |
index bdf84030993e8dfe7c0d7f95c95277a88978ea86..fdd9c76e6f48c5d0bc8130ce764bb9f199900350 100644 |
--- a/source/i18n/regeximp.h |
+++ b/source/i18n/regeximp.h |
@@ -1,5 +1,5 @@ |
// |
-// Copyright (C) 2002-2013 International Business Machines Corporation |
+// Copyright (C) 2002-2014 International Business Machines Corporation |
// and others. All rights reserved. |
// |
// file: regeximp.h |
@@ -241,7 +241,6 @@ enum { |
// |
// Convenience macros for assembling and disassembling a compiled operation. |
// |
-#define URX_BUILD(type, val) (int32_t)((type << 24) | (val)) |
#define URX_TYPE(x) ((uint32_t)(x) >> 24) |
#define URX_VAL(x) ((x) & 0xffffff) |