diff options
| -rw-r--r-- | src/rabbit_misc.erl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/rabbit_misc.erl b/src/rabbit_misc.erl index 955d769cbb..ae20ea839a 100644 --- a/src/rabbit_misc.erl +++ b/src/rabbit_misc.erl @@ -87,7 +87,6 @@ -spec(die/1 :: (rabbit_framing:amqp_exception()) -> channel_or_connection_exit()). -%% TODO: figure out what the return types should actually be for these... -spec(terminate/1 :: (integer()) -> any()). -spec(terminate/2 :: (string(), integer()) -> any()). @@ -214,8 +213,6 @@ -endif. --define(ERROR_CODE, 1). - %%---------------------------------------------------------------------------- method_record_type(Record) -> |
