ソースを参照

statsc: removed unused variable

Daniel-Constantin Mierla 9 年 前
コミット
b5e16b18d8
1 ファイル変更1 行追加1 行削除
  1. 1 1
      modules/statsc/statsc_mod.c

+ 1 - 1
modules/statsc/statsc_mod.c

@@ -319,7 +319,7 @@ static void statsc_rpc_report(rpc_t* rpc, void* ctx)
 	int cmode;
 	str sname;
 	int range;
-	int k, n, r, m, v;
+	int k, m, n, v;
 	time_t tn;
 	void* th;
 	void* ts;