Remove unused defines

This commit is contained in:
brenosilva
2011-04-29 23:15:53 +00:00
parent b19f32bb3e
commit 21dcfde3ca

View File

@@ -25,9 +25,6 @@
#include <arpa/inet.h> #include <arpa/inet.h>
#endif #endif
#define PARSE_REGEX_IP "([0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+)(?:(\\/[0-9]+))?|([0-9a-f]+\\:[0-9a-f]+\\:[0-9a-f]+\\:[0-9a-f]+\\:[0-9a-f]+\\:[0-9a-f]+\\:[0-9a-f]+\\:[0-9a-f]+)(?:(\\/[0-9]+))?"
#define MAX_SUBSTRINGS 30
/** /**
* *
*/ */