diff options
Diffstat (limited to 'src/common/text.c')
-rw-r--r-- | src/common/text.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/text.c b/src/common/text.c index 19bcf2fc..21ff2e55 100644 --- a/src/common/text.c +++ b/src/common/text.c @@ -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; |