Prune unreachbale branches

This commit is contained in:
martinsumner 2016-11-04 19:14:03 +00:00
parent a251f3eab0
commit 2299e1ce9d
2 changed files with 6 additions and 20 deletions

View file

@ -129,9 +129,7 @@ handle_call({manifest_change, confirm, Closing}, From, State) ->
{noreply,
State#state{work_item=null, change_pending=false},
?MIN_TIMEOUT}
end;
handle_call(close, _From, State) ->
{stop, normal, ok, State}.
end.
handle_cast(prompt, State) ->
{noreply, State, ?MIN_TIMEOUT}.