diff --git a/test/cfg/std.c b/test/cfg/std.c index ad1ce1a07..40819ff7d 100644 --- a/test/cfg/std.c +++ b/test/cfg/std.c @@ -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); -}