projects
/
suckless
/
slstatus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4339c83
)
get rid of unused variable (silly gcc did not report that error)
author
Ali H. Fardan
<raiz@firemail.cc>
Wed, 12 Oct 2016 17:54:45 +0000
(20:54 +0300)
committer
Ali H. Fardan
<raiz@firemail.cc>
Wed, 12 Oct 2016 17:54:45 +0000
(20:54 +0300)
slstatus.c
patch
|
blob
|
history
diff --git
a/slstatus.c
b/slstatus.c
index 641730515d9953b56a33973426ba0d448ff4d80f..3d9712f10b7b75549ba5bfd840f658a2c4c109a9 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");