1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-04 05:39:01 +00:00

Get rid of npacket_debug (dead code).

This commit is contained in:
henri
2013-02-14 14:34:52 +00:00
parent 8fbc54e86d
commit 1097ce2e02
3 changed files with 2 additions and 127 deletions

View File

@@ -122,9 +122,5 @@
#include "RoutingHeader.h"
#include "PacketParser.h"
void npacket_debug(const char *str, ...)
__attribute__ ((noreturn))
__attribute__ ((format (printf, 1, 2)));
#endif /* __NPACKET_H__ */