Index: base/port.h |
diff --git a/base/port.h b/base/port.h |
index b04ca2952209915ac694142f324b3a80a751f8a2..307f25756d3126abacbaee4921bc186e86b4d640 100644 |
--- a/base/port.h |
+++ b/base/port.h |
@@ -20,7 +20,6 @@ |
// just use the regular (U)INTn_C macros from <stdint.h>. |
// TODO(viettrungluu): Remove the remaining GG_(U)INTn_C macros. |
#define GG_INT64_C(x) GG_LONGLONG(x) |
-#define GG_UINT32_C(x) (x ## U) |
#define GG_UINT64_C(x) GG_ULONGLONG(x) |
// It's possible for functions that use a va_list, such as StringPrintf, to |