8000 Remove unused vars · stackless-dev/stackman@278103b · GitHub
[go: up one dir, main page]

Skip to content

Commit 278103b

Browse files
committed
Remove unused vars
1 parent 87ef641 commit 278103b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,6 @@ void test_04(void)
254254
/* test stackman_call() with a null stack pointer */
255255
void test_05(void)
256256
{
257-
char *block, *stack, *stack2;
258-
int i, cnt;
259257
ctxt01 ctxt;
260258

261259
assert(STACKMAN_STACK_FULL_DESCENDING);

0 commit comments

Comments
 (0)
0