From f32ecbcadb523777cd4700b56d1562363d5646ea Mon Sep 17 00:00:00 2001 From: smatz Date: Fri, 18 Apr 2008 21:33:21 +0000 Subject: (svn r12777) -Codechange: rename fatal() and error() in strgen, so it can always have the NORETURN attribute --- src/network/core/packet.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/network') diff --git a/src/network/core/packet.cpp b/src/network/core/packet.cpp index fe4c1f774..62ab4c61a 100644 --- a/src/network/core/packet.cpp +++ b/src/network/core/packet.cpp @@ -11,10 +11,6 @@ #include "packet.h" - -/* Do not want to include functions.h and all required headers */ -extern void NORETURN CDECL error(const char *str, ...); - /** * Create a packet that is used to read from a network socket * @param cs the socket handler associated with the socket we are reading from -- cgit v1.2.3-54-g00ecf