summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2010-12-06 13:04:06 +0000
committerMatthew Sackman <matthew@rabbitmq.com>2010-12-06 13:04:06 +0000
commit1ffd85e580b5d5e8e7bb6b7123126933aa1cf168 (patch)
tree907faaa5ee410480a5ef59b900deb768ef936280 /Makefile
parent33d5cd485c4dc0ab203fc83659697045f702a4ca (diff)
downloadrabbitmq-server-git-1ffd85e580b5d5e8e7bb6b7123126933aa1cf168.tar.gz
Rip out old persister as it no longer works given the arrival of pub acks
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d3f052f6ad..e0d5744c93 100644
--- a/Makefile
+++ b/Makefile
@@ -178,9 +178,6 @@ start-rabbit-on-node: all
stop-rabbit-on-node: all
echo "rabbit:stop()." | $(ERL_CALL)
-force-snapshot: all
- echo "rabbit_persister:force_snapshot()." | $(ERL_CALL)
-
set-memory-alarm: all
echo "alarm_handler:set_alarm({vm_memory_high_watermark, []})." | \
$(ERL_CALL)