From 7c3952f423b8213083d60596a5f0bf4237ca3f7b Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Thu, 19 Feb 2015 18:21:24 -0800 Subject: ART: Add -Wunused Until the global CFLAGS are fixed, add Wunused. Fix declarations in the optimizing compiler. Change-Id: Ic4553f08e809dc54f3d82af57ac592622c98e000 --- compiler/optimizing/optimization.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'compiler/optimizing/optimization.h') 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. */ -- cgit v1.2.3-59-g8ed1b