analyzer: Remove stray semicolon.

This commit is contained in:
Jason Merrill 2020-05-15 17:27:15 -04:00
parent fe83bfb146
commit 16485ea97b
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ get_async_signal_unsafe_fns ()
= sizeof(async_signal_unsafe_fns) / sizeof (async_signal_unsafe_fns[0]);
function_set fs (async_signal_unsafe_fns, count);
return fs;
};
}
/* Return true if FNDECL is known to be unsafe to call from a signal
handler. */