Browse Source

Merge pull request #39 from aseigo/master

remove duplicate match
Roberto Ostinelli 7 years ago
parent
commit
71c253da84
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/syn_registry.erl

+ 0 - 1
src/syn_registry.erl

@@ -256,7 +256,6 @@ handle_info({'EXIT', Pid, Reason}, #state{
             case Reason of
                 normal -> ok;
                 shutdown -> ok;
-                shutdown -> ok;
                 {shutdown, _} -> ok;
                 killed -> ok;
                 _ ->