Fix doubled variable declaration
This commit is contained in:
parent
5e29b2ba66
commit
cb1e33fa8c
|
|
@ -39,7 +39,6 @@ static volatile int message_len = 0;
|
||||||
|
|
||||||
#ifdef LINUX
|
#ifdef LINUX
|
||||||
#define PIPE_PATH "/tmp/oneshot-pipe"
|
#define PIPE_PATH "/tmp/oneshot-pipe"
|
||||||
static volatile int message_len = 0;
|
|
||||||
static volatile int out_pipe = -1;
|
static volatile int out_pipe = -1;
|
||||||
void cleanup_pipe()
|
void cleanup_pipe()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue