ctm: Remove shadowing reply variable

This commit is contained in:
Marcel Holtmann 2012-07-15 20:29:29 -03:00
parent d9d420e77e
commit b2f628687a
1 changed files with 0 additions and 2 deletions

View File

@ -114,8 +114,6 @@ static void ctm_query_enabled_callback(const struct ofono_error *error,
ofono_bool_t enabled_old;
if (error->type != OFONO_ERROR_TYPE_NO_ERROR) {
DBusMessage *reply;
DBG("Error during ctm enabled query");
reply = __ofono_error_failed(ctm->pending);