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

sbbs_t::nodefile_fp and node_ext_fp aren't used for anything in sbbs v3

Get rid of this noise.
parent 55917568
Branches
Tags
No related merge requests found
...@@ -372,12 +372,6 @@ int32_t * sbbs_t::getintvar(csi_t *bin, uint32_t name) ...@@ -372,12 +372,6 @@ int32_t * sbbs_t::getintvar(csi_t *bin, uint32_t name)
case 0xe51c1956: case 0xe51c1956:
sysvar_l[sysvar_li] = (ulong)logfile_fp; sysvar_l[sysvar_li] = (ulong)logfile_fp;
break; break;
case 0x5a22d4bd:
sysvar_l[sysvar_li] = (ulong)nodefile_fp;
break;
case 0x3a37c26b:
sysvar_l[sysvar_li] = (ulong)node_ext_fp;
break;
case 0xeb6c9c73: case 0xeb6c9c73:
sysvar_l[sysvar_li] = errorlevel; sysvar_l[sysvar_li] = errorlevel;
......
...@@ -581,9 +581,7 @@ public: ...@@ -581,9 +581,7 @@ public:
char rlogin_pass[LEN_PASS+1]{}; char rlogin_pass[LEN_PASS+1]{};
char rlogin_term[TELNET_TERM_MAXLEN+1]{}; /* RLogin passed terminal type/speed (e.g. "xterm/57600") */ char rlogin_term[TELNET_TERM_MAXLEN+1]{}; /* RLogin passed terminal type/speed (e.g. "xterm/57600") */
FILE *nodefile_fp = nullptr, FILE *logfile_fp = nullptr;
*node_ext_fp = nullptr,
*logfile_fp = nullptr;
int nodefile = -1; /* File handle for node.dab */ int nodefile = -1; /* File handle for node.dab */
pthread_mutex_t nodefile_mutex; pthread_mutex_t nodefile_mutex;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment