Remove unused variable

This commit is contained in:
Night Kaly 2024-09-26 11:39:37 +01:00
parent 312f0b8727
commit f8dd9e6ee3
Signed by: night0721
GPG key ID: 957D67B8DB7A119B

View file

@ -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