diff options
| author | Matthias Radestock <matthias@lshift.net> | 2010-05-14 20:42:58 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2010-05-14 20:42:58 +0100 |
| commit | e726e2bf4df24f361f1f22bc2b7a82713ee04495 (patch) | |
| tree | 5bc700f62b4f53b66e3f6be7b5fcb6a54adfcdae /include | |
| parent | 600839cdd655dc3fb2d4be7f7cb62fcc8dac3fdf (diff) | |
| download | rabbitmq-server-git-e726e2bf4df24f361f1f22bc2b7a82713ee04495.tar.gz | |
move startup_fun_state type def
since it is only used by the msg_store
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit_msg_store.hrl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/rabbit_msg_store.hrl b/include/rabbit_msg_store.hrl index 73eb4ae0e1..36b908a79b 100644 --- a/include/rabbit_msg_store.hrl +++ b/include/rabbit_msg_store.hrl @@ -36,8 +36,6 @@ -ifdef(use_specs). -type(msg() :: any()). --type(startup_fun_state() :: - {(fun ((A) -> 'finished' | {guid(), non_neg_integer(), A})), A}). -endif. |
