diff --git a/tftp.c b/tftp.c index 282f6d2..da76dc9 100644 --- a/tftp.c +++ b/tftp.c @@ -216,11 +216,6 @@ void sock_perror(const char *msg) { win_perror2(msg, WSAGetLastError()); } -#else -inline void sock_perror(const char *msg) -{ - perror(msg); -} #endif inline bool tftp_is_valid_filename(const char *filename)