summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2012-09-24 13:57:37 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2012-09-24 13:57:37 +0100
commitc6a9501266c39d0efb085e6ae541114531c060dc (patch)
tree64849d8ae3762878e8b62269d0eba0a73b91c9e7 /src
parent151b71f70bd6c930846450b7cf46fdde696d8622 (diff)
downloadrabbitmq-server-git-c6a9501266c39d0efb085e6ae541114531c060dc.tar.gz
tidy up exports & specs
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_mnesia.erl9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/rabbit_mnesia.erl b/src/rabbit_mnesia.erl
index 93b8fed52b..12573fd25e 100644
--- a/src/rabbit_mnesia.erl
+++ b/src/rabbit_mnesia.erl
@@ -32,13 +32,12 @@
node_type/0,
dir/0,
table_names/0,
- wait_for_tables/1,
cluster_status_from_mnesia/0,
init_db_unchecked/2,
empty_ram_only_tables/0,
copy_db/1,
- wait_for_tables/0,
+ wait_for_tables/1,
check_cluster_consistency/0,
ensure_mnesia_dir/0,
@@ -101,12 +100,6 @@
-spec(on_node_up/1 :: (node()) -> 'ok').
-spec(on_node_down/1 :: (node()) -> 'ok').
-%% Functions used in internal rpc calls
--spec(node_info/0 :: () -> {string(), string(),
- ({'ok', cluster_status()} | 'error')}).
--spec(remove_node_if_mnesia_running/1 ::
- (node()) -> rabbit_types:ok_or_error(term())).
-
-endif.
%%----------------------------------------------------------------------------