diff options
| author | Ben Hood <0x6e6562@gmail.com> | 2008-09-27 21:51:23 +0100 |
|---|---|---|
| committer | Ben Hood <0x6e6562@gmail.com> | 2008-09-27 21:51:23 +0100 |
| commit | c24ce8446f5ca496bc9acaf23911dba8b75fb124 (patch) | |
| tree | e7f1a7e18f9e3a82e0f40ceb04815421184ef254 /include/rabbit.hrl | |
| parent | 53a9e8798b9e98c296327cf30548eee829f04c73 (diff) | |
| download | rabbitmq-server-git-c24ce8446f5ca496bc9acaf23911dba8b75fb124.tar.gz | |
Removed e_m_t/2
Diffstat (limited to 'include/rabbit.hrl')
| -rw-r--r-- | include/rabbit.hrl | 1 |
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()). |
