diff options
Diffstat (limited to 'src/network')
-rw-r--r-- | src/network/core/packet.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
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 |