summaryrefslogtreecommitdiffstats
path: root/src/sms.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sms.c')
-rw-r--r--src/sms.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sms.c b/src/sms.c
index 29407623..323c5add 100644
--- a/src/sms.c
+++ b/src/sms.c
@@ -754,9 +754,6 @@ static gboolean tx_next(gpointer user_data)
int send_mms = 0;
struct tx_queue_entry *entry = g_queue_peek_head(sms->txq);
struct pending_pdu *pdu = &entry->pdus[entry->cur_pdu];
- struct ofono_error error;
-
- error.type = OFONO_ERROR_TYPE_NO_ERROR;
DBG("tx_next: %p", entry);