diff --git a/nsock/src/error.h b/nsock/src/error.h index 3990d51af..710ce4335 100644 --- a/nsock/src/error.h +++ b/nsock/src/error.h @@ -77,8 +77,6 @@ void fatal(char *fmt, ...) __attribute__((noreturn)); -void myerror(char *fmt, ...); - void pfatal(char *fmt, ...) __attribute__((noreturn)); void gh_perror(char *err, ...);