aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/wutil.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wutil.cpp')
-rw-r--r--src/wutil.cpp5
1 files changed, 0 insertions, 5 deletions
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