ソースを参照

get rid of unused variable (silly gcc did not report that error)

master
Ali H. Fardan 8年前
コミット
39fa14916b
1個のファイルの変更0行の追加1行の削除
  1. +0
    -1
      slstatus.c

+ 0
- 1
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");


読み込み中…
キャンセル
保存