Remove unused variable
This commit is contained in:
parent
312f0b8727
commit
f8dd9e6ee3
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ int sockfd;
|
||||||
/* For tracking cursor position in content */
|
/* For tracking cursor position in content */
|
||||||
static int curs_pos = 0;
|
static int curs_pos = 0;
|
||||||
static char content[MAX_MESSAGE_LENGTH];
|
static char content[MAX_MESSAGE_LENGTH];
|
||||||
static char command[1000];
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Free and close everything
|
* Free and close everything
|
||||||
|
|
Loading…
Reference in a new issue