Fix doubled variable declaration

This commit is contained in:
Vinyl Darkscratch 2017-07-31 18:29:49 -07:00
parent 5e29b2ba66
commit cb1e33fa8c

View file

@ -39,7 +39,6 @@ static volatile int message_len = 0;
#ifdef LINUX
#define PIPE_PATH "/tmp/oneshot-pipe"
static volatile int message_len = 0;
static volatile int out_pipe = -1;
void cleanup_pipe()
{