All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/7] sms: remove set but not used var
@ 2011-05-20 19:03 Gustavo F. Padovan
  2011-05-20 19:03 ` [PATCH 2/7] gprs: " Gustavo F. Padovan
  2011-05-20 20:04 ` [PATCH 1/7] sms: " Denis Kenzior
  0 siblings, 2 replies; 12+ messages in thread
From: Gustavo F. Padovan @ 2011-05-20 19:03 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 517 bytes --]

---
 src/sms.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/sms.c b/src/sms.c
index 2940762..323c5ad 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);
 
-- 
1.7.5.1


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2011-05-20 20:07 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-20 19:03 [PATCH 1/7] sms: remove set but not used var Gustavo F. Padovan
2011-05-20 19:03 ` [PATCH 2/7] gprs: " Gustavo F. Padovan
2011-05-20 19:03   ` [PATCH 3/7] simutil: " Gustavo F. Padovan
2011-05-20 19:03     ` [PATCH 4/7] udev: " Gustavo F. Padovan
2011-05-20 19:03       ` [PATCH 5/7] gobi: " Gustavo F. Padovan
2011-05-20 19:03         ` [PATCH 6/7] tools: " Gustavo F. Padovan
2011-05-20 19:03           ` [PATCH 7/7] add -Wno-unused-but-set-variable to CFLAGS Gustavo F. Padovan
2011-05-20 20:07         ` [PATCH 5/7] gobi: remove set but not used var Denis Kenzior
2011-05-20 20:07       ` [PATCH 4/7] udev: " Denis Kenzior
2011-05-20 20:06     ` [PATCH 3/7] simutil: " Denis Kenzior
2011-05-20 20:05   ` [PATCH 2/7] gprs: " Denis Kenzior
2011-05-20 20:04 ` [PATCH 1/7] sms: " Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.