summaryrefslogtreecommitdiff
path: root/evbuffer-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'evbuffer-internal.h')
-rw-r--r--evbuffer-internal.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/evbuffer-internal.h b/evbuffer-internal.h
index 4a08877b..4637d87f 100644
--- a/evbuffer-internal.h
+++ b/evbuffer-internal.h
@@ -37,10 +37,6 @@ extern "C" {
/* minimum allocation */
#define MIN_BUFFER_SIZE 256
-/* number of iovec we use for writev, fragmentation is going to determine
- * how much we end up writing */
-#define NUM_IOVEC 128
-
struct evbuffer_chain;
struct evbuffer {
struct evbuffer_chain *first;