From b9b6b6108e53e3b5ea09b78c334b16fa0e4ac8a9 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Mon, 10 Aug 2015 22:01:50 -0700 Subject: Dead macro cleanup Enable -Wunused-macros, and remove said unused macros --- src/wutil.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/wutil.cpp') diff --git a/src/wutil.cpp b/src/wutil.cpp index 19645042..0e233ac7 100644 --- a/src/wutil.cpp +++ b/src/wutil.cpp @@ -30,11 +30,6 @@ typedef std::string cstring; const file_id_t kInvalidFileID = {(dev_t)-1LL, (ino_t)-1LL, (uint64_t)-1LL, -1, -1, (uint32_t)-1}; -/** - Minimum length of the internal covnersion buffers -*/ -#define TMP_LEN_MIN 256 - #ifndef PATH_MAX #ifdef MAXPATHLEN #define PATH_MAX MAXPATHLEN -- cgit v1.2.3