Skip to content

Commit

Permalink
already taken out in the case target
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Visciano committed May 18, 2024
1 parent d88bdf7 commit 5fafc73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ra_directory.erl
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ unregister_name(#{directory := Directory,
directory_rev := DirRev}, UId) ->
case ets:take(Directory, UId) of
[{_, _, _, ServerName, _}] ->
_ = ets:take(Directory, UId),
ok = dets:delete(DirRev, ServerName),
ok = dets:sync(DirRev),
UId;
Expand Down

0 comments on commit 5fafc73

Please sign in to comment.