We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fa1eda commit 5d2bd75Copy full SHA for 5d2bd75
src/gen_server2.erl
@@ -440,7 +440,7 @@ unregister_name(Pid) when is_pid(Pid) ->
440
Pid;
441
% Under R12 let's just ignore it, as we have a single term as Name.
442
% On R13 it will never get here, as we get tuple with 'local/global' atom.
443
-unregister_name(Name) -> ok.
+unregister_name(_Name) -> ok.
444
445
extend_backoff(undefined) ->
446
undefined;
0 commit comments