stkagent: Remove unneeded goto

This commit is contained in:
Denis Kenzior 2010-12-23 18:31:47 -06:00
parent c0d584d160
commit 46e3dbe759
1 changed files with 0 additions and 2 deletions

View File

@ -983,8 +983,6 @@ static void action_info_cb(DBusPendingCall *call, void *data)
goto error;
}
goto done;
CALLBACK_END();
}