OSDN Git Service

Remove unused labels, variables, and functions. Enable warnings.
authorCarl Shapiro <cshapiro@google.com>
Fri, 21 May 2010 05:54:18 +0000 (22:54 -0700)
committerCarl Shapiro <cshapiro@google.com>
Fri, 21 May 2010 23:17:32 +0000 (16:17 -0700)
commite3c01dac83e6eea7f82fe81ed89cfbdd9791dbc9
tree5ac4bca0a836db33243aeb22ba5d49aadcba2d58
parent2b908f67d0150c11057497f0dc551e3369105184
Remove unused labels, variables, and functions.  Enable warnings.

Change-Id: Icbe24eaf1ad499f28b68b6a5f05368271a0a7e86
58 files changed:
vm/CheckJni.c
vm/Debugger.c
vm/Dvm.mk
vm/Exception.c
vm/IndirectRefTable.c
vm/Init.c
vm/InlineNative.c
vm/JarFile.c
vm/Jni.c
vm/Misc.c
vm/Native.c
vm/PointerSet.c
vm/Profile.c
vm/StdioConverter.c
vm/Sync.c
vm/Thread.c
vm/alloc/HeapSource.c
vm/analysis/CodeVerify.c
vm/analysis/DexPrepare.c
vm/analysis/DexVerify.c
vm/analysis/Optimize.c
vm/analysis/ReduceConstants.c
vm/analysis/RegisterMap.c
vm/analysis/VerifySubs.c
vm/arch/arm/HintsEABI.c
vm/compiler/Compiler.c
vm/compiler/Dataflow.c
vm/compiler/Frontend.c
vm/compiler/Loop.c
vm/compiler/Ralloc.c
vm/compiler/Utility.c
vm/compiler/codegen/arm/ArchUtility.c
vm/compiler/codegen/arm/Assemble.c
vm/compiler/codegen/arm/CodegenDriver.c
vm/compiler/codegen/arm/CodegenFactory.c
vm/compiler/codegen/arm/FP/Thumb2VFP.c
vm/compiler/codegen/arm/LocalOptimizations.c
vm/compiler/codegen/arm/RallocUtil.c
vm/compiler/codegen/arm/Thumb2/Factory.c
vm/compiler/codegen/arm/Thumb2/Gen.c
vm/interp/Interp.c
vm/interp/Jit.c
vm/interp/Stack.c
vm/jdwp/JdwpEvent.c
vm/jdwp/JdwpHandler.c
vm/jdwp/JdwpMain.c
vm/jdwp/JdwpSocket.c
vm/mterp/out/InterpC-portdbg.c
vm/mterp/portable/debug.c
vm/native/dalvik_system_DexFile.c
vm/native/dalvik_system_Zygote.c
vm/native/java_lang_VMClassLoader.c
vm/native/java_lang_VMThread.c
vm/oo/Class.c
vm/reflect/Annotation.c
vm/reflect/Proxy.c
vm/reflect/Reflect.c
vm/test/TestHash.c