gm: Remove an unused variable in terminate/2

The variable was left unused after the fix to #224.
This commit is contained in:
Jean-Sébastien Pédron 2015-07-30 17:07:53 +02:00
parent 93ecc11f07
commit f1ce00b6ae
1 changed files with 1 additions and 2 deletions

View File

@ -752,8 +752,7 @@ handle_info({'DOWN', MRef, process, _Pid, Reason},
end. end.
terminate(Reason, State = #state { module = Module, terminate(Reason, #state { module = Module, callback_args = Args }) ->
callback_args = Args }) ->
Module:handle_terminate(Args, Reason). Module:handle_terminate(Args, Reason).