speedup: No need to parse error

This commit is contained in:
Denis Kenzior 2012-04-16 13:15:15 -05:00
parent 8227642757
commit 2bc5a791d7
1 changed files with 0 additions and 2 deletions

View File

@ -122,8 +122,6 @@ static void cusd_cancel_cb(gboolean ok, GAtResult *result, gpointer user_data)
ofono_ussd_cb_t cb = cbd->cb;
struct ofono_error error;
decode_at_error(&error, g_at_result_final_response(result));
/*
* All errors and notifications arrive unexpected and
* thus just reset the state here. This is safer than