summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gen_server2.erl4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gen_server2.erl b/src/gen_server2.erl
index e46f2645bd..9a57e4cd67 100644
--- a/src/gen_server2.erl
+++ b/src/gen_server2.erl
@@ -152,10 +152,6 @@
%%% API
%%%=========================================================================
--ifdef(use_specs).
--spec behaviour_info(atom()) -> 'undefined' | [{atom(), arity()}].
--endif.
-
behaviour_info(callbacks) ->
[{init,1},{handle_call,3},{handle_cast,2},{handle_info,2},
{terminate,2},{code_change,3}];