Skip to content

Commit

Permalink
Remove forgotten code
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Oct 9, 2015
1 parent 7de349e commit 84f6bd8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gammu/src/gammu.c
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,6 @@ static void IncomingUSSD (GSM_StateMachine *s, GSM_USSDMessage *ussd, void *user

*message = *ussd;

if (sm->IncomingUSSDQueue[i] == NULL) return;

sm->IncomingUSSDQueue[i + 1] = NULL;
sm->IncomingUSSDQueue[i] = message;
}
Expand Down

0 comments on commit 84f6bd8

Please sign in to comment.