Xinqi Bao's Git
projects
/
slstatus.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
get rid of unused variable (silly gcc did not report that error)
[slstatus.git]
/
slstatus.c
diff --git
a/slstatus.c
b/slstatus.c
index
6417305
..
3d9712f
100644
(file)
--- a/
slstatus.c
+++ b/
slstatus.c
@@
-269,7
+269,6
@@
static char *
hostname(void)
{
char buf[HOST_NAME_MAX];
- FILE *fp;
if (gethostname(buf, sizeof(buf)) == -1) {
warn(1, "hostname");