diff options
| author | Matthias Radestock <matthias@lshift.net> | 2010-04-27 13:07:55 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2010-04-27 13:07:55 +0100 |
| commit | b5c81df9ddee18bb0e0f65fcac986580922b5df9 (patch) | |
| tree | fc6c8dff13ed7969725fa1ad000b08744245e455 /include | |
| parent | 82cb346aac9a4260c3e76dcdf98be33d2afaa286 (diff) | |
| download | rabbitmq-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.hrl | 1 |
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()). |
