remove unreferenced variable

This commit is contained in:
Jeff Lenk 2011-04-22 21:23:09 -05:00
parent 92cd095006
commit e414d99438

View File

@ -123,7 +123,6 @@ void Session::check_hangup_hook()
void Session::do_hangup_hook()
{
if (hh && !mark) {
const char *err = NULL;
int arg_count = 2;
mark++;