get rid of unused variable (silly gcc did not report that error)
This commit is contained in:
parent
4339c8330a
commit
39fa14916b
1 changed files with 0 additions and 1 deletions
|
@ -269,7 +269,6 @@ static char *
|
||||||
hostname(void)
|
hostname(void)
|
||||||
{
|
{
|
||||||
char buf[HOST_NAME_MAX];
|
char buf[HOST_NAME_MAX];
|
||||||
FILE *fp;
|
|
||||||
|
|
||||||
if (gethostname(buf, sizeof(buf)) == -1) {
|
if (gethostname(buf, sizeof(buf)) == -1) {
|
||||||
warn(1, "hostname");
|
warn(1, "hostname");
|
||||||
|
|
Loading…
Reference in a new issue