mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-15 10:10:19 +00:00
utf8-everywhere: Removed unreferenced local variables.
This commit is contained in:
@@ -251,7 +251,6 @@ scrollback_load (session *sess)
|
||||
{
|
||||
int fh;
|
||||
char *buf;
|
||||
char line_buf[512 * 4];
|
||||
char *text;
|
||||
time_t stamp;
|
||||
int lines;
|
||||
@@ -534,7 +533,6 @@ log_create_pathname (char *servname, char *channame, char *netname)
|
||||
{
|
||||
char fname[384];
|
||||
char fnametime[384];
|
||||
char *fs;
|
||||
struct tm *tm;
|
||||
time_t now;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user