Prune unreachbale branches
This commit is contained in:
parent
a251f3eab0
commit
2299e1ce9d
2 changed files with 6 additions and 20 deletions
|
@ -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}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue