Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Removed unused variable and not needed assignment in test program.
Browse files Browse the repository at this point in the history
Found by Cppcheck.
  • Loading branch information
philippwiesemann committed Jul 13, 2013
1 parent 83cf217 commit f6b4e9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/testatomic.c
Expand Up @@ -498,7 +498,6 @@ static int FIFO_Writer(void* _data)
{
WriterData *data = (WriterData *)_data;
SDL_EventQueue *queue = data->queue;
int index = data->index;
int i;
SDL_Event event;

Expand Down

0 comments on commit f6b4e9d

Please sign in to comment.