| commit | e3c01dac83e6eea7f82fe81ed89cfbdd9791dbc9 | [log] [tgz] |
|---|---|---|
| author | Carl Shapiro <cshapiro@google.com> | Thu May 20 22:54:18 2010 -0700 |
| committer | Carl Shapiro <cshapiro@google.com> | Fri May 21 16:17:32 2010 -0700 |
| tree | 5ac4bca0a836db33243aeb22ba5d49aadcba2d58 | |
| parent | 2b908f67d0150c11057497f0dc551e3369105184 [diff] [blame] |
Remove unused labels, variables, and functions. Enable warnings. Change-Id: Icbe24eaf1ad499f28b68b6a5f05368271a0a7e86
diff --git a/vm/Misc.c b/vm/Misc.c index 87f4c81..21b7fce 100644 --- a/vm/Misc.c +++ b/vm/Misc.c
@@ -323,7 +323,7 @@ */ int dvmCountSetBits(const BitVector* pBits) { - int word, bit; + int word; int count = 0; for (word = 0; word < pBits->storageSize; word++) {