mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -08:00
Tidy up code from unused variable warnings.
Copied from Perforce Change: 178787 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
c3a49e4c43
commit
2f11fd7b65
13 changed files with 28 additions and 46 deletions
|
|
@ -206,9 +206,7 @@ static void test(mps_ap_t leafap, mps_ap_t exactap, mps_ap_t weakap,
|
|||
|
||||
for(j = 0; j < ITERATIONS; ++j) {
|
||||
for(i = 0; i < TABLE_SLOTS; ++i) {
|
||||
mps_word_t *string;
|
||||
|
||||
string = alloc_string("spong", leafap);
|
||||
(void)alloc_string("spong", leafap);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue