Skip to content

Commit

Permalink
lib: Remove dead code from unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen committed Dec 18, 2016
1 parent ebe0008 commit b48648a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/lib/test-malloc-overflow.c
Expand Up @@ -125,13 +125,4 @@ enum fatal_test_state fatal_malloc_overflow(unsigned int stage)
if (state != FATAL_TEST_FINISHED)
return state;
return fatal_malloc_overflow_add(&stage);

/* individual checks */
switch (stage) {
case 0:
if (stage == 0)
test_begin("MALLOC_MULTIPLY() overflows");
break;
}
return FATAL_TEST_FINISHED;
}

0 comments on commit b48648a

Please sign in to comment.