Xinqi Bao's Git

get rid of unused variable (silly gcc did not report that error)
authorAli H. Fardan <[email protected]>
Wed, 12 Oct 2016 17:54:45 +0000 (20:54 +0300)
committerAli H. Fardan <[email protected]>
Wed, 12 Oct 2016 17:54:45 +0000 (20:54 +0300)
slstatus.c

index 6417305..3d9712f 100644 (file)
@@ -269,7 +269,6 @@ static char *
 hostname(void)
 {
        char buf[HOST_NAME_MAX];
 hostname(void)
 {
        char buf[HOST_NAME_MAX];
-       FILE *fp;
 
        if (gethostname(buf, sizeof(buf)) == -1) {
                warn(1, "hostname");
 
        if (gethostname(buf, sizeof(buf)) == -1) {
                warn(1, "hostname");