summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2010-04-27 13:07:55 +0100
committerMatthias Radestock <matthias@lshift.net>2010-04-27 13:07:55 +0100
commitb5c81df9ddee18bb0e0f65fcac986580922b5df9 (patch)
treefc6c8dff13ed7969725fa1ad000b08744245e455 /include
parent82cb346aac9a4260c3e76dcdf98be33d2afaa286 (diff)
downloadrabbitmq-server-git-b5c81df9ddee18bb0e0f65fcac986580922b5df9.tar.gz
refactor: move type spec since it's only used in one place
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 51c8b35e95..a4abc1ffb2 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -85,7 +85,6 @@
-type(info() :: {info_key(), any()}).
-type(regexp() :: binary()).
-type(file_path() :: string()).
--type(io_device() :: any()).
%% this is really an abstract type, but dialyzer does not support them
-type(guid() :: binary()).