summaryrefslogtreecommitdiff
path: root/compiler/optimizing/code_generator.h
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2015-03-13 18:46:44 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-03-13 18:46:44 +0000
commit02c0bac34c246c1bd974dbb86d292d4b52ba98e4 (patch)
tree83774758f02a48a0b59e042d2c6f4a4a7edf60a2 /compiler/optimizing/code_generator.h
parentccac273186a7f624ee20d1a3e19ea34bb3fd305f (diff)
parentfead4e4f397455aa31905b2982d4d861126ab89d (diff)
Merge "[optimizing] Don't record None locations in the stack maps."
Diffstat (limited to 'compiler/optimizing/code_generator.h')
-rw-r--r--compiler/optimizing/code_generator.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/optimizing/code_generator.h b/compiler/optimizing/code_generator.h
index 81fc684ccf..81efc03d4c 100644
--- a/compiler/optimizing/code_generator.h
+++ b/compiler/optimizing/code_generator.h
@@ -29,8 +29,6 @@
namespace art {
-static size_t constexpr kVRegSize = 4;
-
// Binary encoding of 2^32 for type double.
static int64_t constexpr k2Pow32EncodingForDouble = INT64_C(0x41F0000000000000);
// Binary encoding of 2^31 for type double.