summaryrefslogtreecommitdiff
path: root/googleurl
diff options
context:
space:
mode:
Diffstat (limited to 'googleurl')
-rw-r--r--googleurl/strtoull.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/googleurl/strtoull.h b/googleurl/strtoull.h
index 5caf83b..28c398c 100644
--- a/googleurl/strtoull.h
+++ b/googleurl/strtoull.h
@@ -3,7 +3,6 @@
#include <stdlib.h>
-#ifdef FREEBSD
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
@@ -13,9 +12,6 @@ uint64_t __strtoull(const char *nptr, char **endptr, int base);
}
#endif
#define strtoull __strtoull
-#else
-// use system one
-#endif
#endif