summaryrefslogtreecommitdiff
path: root/disas/libvixl/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'disas/libvixl/globals.h')
-rw-r--r--disas/libvixl/globals.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/disas/libvixl/globals.h b/disas/libvixl/globals.h
index 859ea6942c..a6a3fccd8a 100644
--- a/disas/libvixl/globals.h
+++ b/disas/libvixl/globals.h
@@ -44,7 +44,6 @@ typedef uint8_t byte;
const int KBytes = 1024;
const int MBytes = 1024 * KBytes;
-const int GBytes = 1024 * MBytes;
#define ABORT() printf("in %s, line %i", __FILE__, __LINE__); abort()
#ifdef DEBUG