Skip to content

Commit

Permalink
Remove duplicated declaration in fatal.c .
Browse files Browse the repository at this point in the history
  • Loading branch information
anatasluo authored and daztucker committed Jan 11, 2021
1 parent 7d0f8a3 commit 1050109
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions regress/misc/sk-dummy/fatal.c
Expand Up @@ -9,9 +9,6 @@

#include "log.h"

void sshfatal(const char *file, const char *func, int line, int showfunc,
LogLevel level, const char *suffix, const char *fmt, ...);

void
sshfatal(const char *file, const char *func, int line, int showfunc,
LogLevel level, const char *suffix, const char *fmt, ...)
Expand Down

0 comments on commit 1050109

Please sign in to comment.