summaryrefslogtreecommitdiff
path: root/compiler/optimizing/optimization.h
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2015-02-19 18:21:24 -0800
committer Andreas Gampe <agampe@google.com> 2015-02-24 15:57:15 -0800
commit7c3952f423b8213083d60596a5f0bf4237ca3f7b (patch)
tree40cbc6d30e02ab5edd8598d0f811b62f5c6045ba /compiler/optimizing/optimization.h
parent354d58ba776866ea7b1c71f0d0848d5aaa013ae3 (diff)
ART: Add -Wunused
Until the global CFLAGS are fixed, add Wunused. Fix declarations in the optimizing compiler. Change-Id: Ic4553f08e809dc54f3d82af57ac592622c98e000
Diffstat (limited to 'compiler/optimizing/optimization.h')
-rw-r--r--compiler/optimizing/optimization.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/compiler/optimizing/optimization.h b/compiler/optimizing/optimization.h
index af39e092c7..8b2028177b 100644
--- a/compiler/optimizing/optimization.h
+++ b/compiler/optimizing/optimization.h
@@ -22,12 +22,6 @@
namespace art {
-static const char* kBuilderPassName = "builder";
-static const char* kSsaBuilderPassName = "ssa_builder";
-static const char* kLivenessPassName = "liveness";
-static const char* kRegisterAllocatorPassName = "register";
-static const char* kLoopInvariantCodeMotionPassName = "licm";
-
/**
* Abstraction to implement an optimization pass.
*/