summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2014-07-11 07:55:40 -0700
committerAlan Antonuk <alan.antonuk@gmail.com>2014-07-11 07:55:40 -0700
commit38c8cdcd64b0a260382c5f2fc73e5abe1fc766fc (patch)
treecdc26ad8419a8af278b14b59d92ad07cc7aef3aa
parent357bdb369206eb91fe643b7c275ce15248b4f5f8 (diff)
downloadrabbitmq-c-github-ask-38c8cdcd64b0a260382c5f2fc73e5abe1fc766fc.tar.gz
Remove unused INITIAL_DECODING_POOL_PAGE_SIZE def
AMQP_INITIAL_DECODING_POOL_PAGE_SIZE isn't used anywhere in the code. Getting rid of it.
-rw-r--r--librabbitmq/amqp_connection.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/librabbitmq/amqp_connection.c b/librabbitmq/amqp_connection.c
index ccaa73d..078ffb6 100644
--- a/librabbitmq/amqp_connection.c
+++ b/librabbitmq/amqp_connection.c
@@ -52,10 +52,6 @@
#define AMQP_INITIAL_FRAME_POOL_PAGE_SIZE 65536
#endif
-#ifndef AMQP_INITIAL_DECODING_POOL_PAGE_SIZE
-#define AMQP_INITIAL_DECODING_POOL_PAGE_SIZE 131072
-#endif
-
#ifndef AMQP_INITIAL_INBOUND_SOCK_BUFFER_SIZE
#define AMQP_INITIAL_INBOUND_SOCK_BUFFER_SIZE 131072
#endif