summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorBen Hood <0x6e6562@gmail.com>2008-09-27 21:51:23 +0100
committerBen Hood <0x6e6562@gmail.com>2008-09-27 21:51:23 +0100
commitc24ce8446f5ca496bc9acaf23911dba8b75fb124 (patch)
treee7f1a7e18f9e3a82e0f40ceb04815421184ef254 /include/rabbit.hrl
parent53a9e8798b9e98c296327cf30548eee829f04c73 (diff)
downloadrabbitmq-server-git-c24ce8446f5ca496bc9acaf23911dba8b75fb124.tar.gz
Removed e_m_t/2
Diffstat (limited to 'include/rabbit.hrl')
-rw-r--r--include/rabbit.hrl1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 20a6436786..00dc8b979c 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -70,7 +70,6 @@
-type(node() :: atom()).
-type(socket() :: port()).
-type(thunk(T) :: fun(() -> T)).
--type(function(T) :: fun((T) -> T)).
%% this is really an abstract type, but dialyzer does not support them
-type(guid() :: any()).