summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2015-03-30 20:58:43 -0400
committerirungentoo <irungentoo@gmail.com>2015-03-30 20:58:43 -0400
commit48249360dcde0a8c81ae62c2bace349fdb8274a1 (patch)
treea3a4b0ce58fe359f9a689b4df627d191e3045299
parent4e94a45af2e44d49b2902d81c99f886c1d6df504 (diff)
Removed unused variable.
-rw-r--r--toxcore/Messenger.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/toxcore/Messenger.c b/toxcore/Messenger.c
index 400782aa..3cc2f851 100644
--- a/toxcore/Messenger.c
+++ b/toxcore/Messenger.c
@@ -2004,8 +2004,6 @@ static int handle_packet(void *object, int i, uint8_t *temp, uint16_t len)
2004 2004
2005 case PACKET_ID_MESSAGE: 2005 case PACKET_ID_MESSAGE:
2006 case PACKET_ID_ACTION: { 2006 case PACKET_ID_ACTION: {
2007 const uint8_t *message_id = data;
2008
2009 if (data_length == 0) 2007 if (data_length == 0)
2010 break; 2008 break;
2011 2009