test/cfg/: Removed invalid test case.

This commit is contained in:
Martin Ettl 2015-09-05 09:44:43 +02:00
parent 890343dad0
commit 8ffa96975a
1 changed files with 0 additions and 7 deletions

View File

@ -2780,10 +2780,3 @@ void uninivar_setvbuf(void)
// cppcheck-suppress uninitvar
(void)setvbuf(stream,buf,mode,size);
}
void uninivar_setjmp(void) // #6977
{
jmp_buf j;
// cppcheck-suppress uninitvar
(void)setjmp(j);
}