Skip to content
Snippets Groups Projects
Commit c068c80a authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix some new warnings about unused variable: 'enabled'

parent 479c00be
No related branches found
No related tags found
No related merge requests found
......@@ -332,7 +332,6 @@ static void telnet_srvr_cfg(bbs_startup_t* startup)
static int cur, bar;
char str[256];
char tmp[256];
bool enabled = false;
while(1) {
int i = 0;
......@@ -389,7 +388,6 @@ static void ssh_srvr_cfg(bbs_startup_t* startup)
static int cur, bar;
char str[256];
char tmp[256];
bool enabled = false;
while(1) {
int i = 0;
......@@ -467,7 +465,6 @@ static void rlogin_srvr_cfg(bbs_startup_t* startup)
static int cur, bar;
char str[256];
char tmp[256];
bool enabled = false;
while(1) {
int i = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment