summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2009-08-29 11:11:41 +0100
committerMatthias Radestock <matthias@lshift.net>2009-08-29 11:11:41 +0100
commit6b3c6014ef7164638dd1658d8251271716163291 (patch)
treea77b7c3a621c7ad0d02bb52cf46b546a782faa78
parente30eba75c782f5b6340fd7ebae835665cd336ea9 (diff)
downloadrabbitmq-server-git-6b3c6014ef7164638dd1658d8251271716163291.tar.gz
remove unused constant
This was added in revision b48919ed4e12 for no apparent reason
-rw-r--r--src/rabbit_disk_queue.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rabbit_disk_queue.erl b/src/rabbit_disk_queue.erl
index 4205dca590..719ff1a039 100644
--- a/src/rabbit_disk_queue.erl
+++ b/src/rabbit_disk_queue.erl
@@ -69,7 +69,6 @@
-define(FILE_PACKING_ADJUSTMENT, (1 + (2* (?INTEGER_SIZE_BYTES)))).
-define(BATCH_SIZE, 10000).
-define(CACHE_MAX_SIZE, 10485760).
--define(WRITE_HANDLE_OPEN_MODE, [append, raw, binary, delayed_write]).
-define(MAX_READ_FILE_HANDLES, 256).
-define(FILE_SIZE_LIMIT, (256*1024*1024)).