rid unused var warning
This commit is contained in:
parent
70bd73151a
commit
5e3e4af2f7
|
@ -74,8 +74,7 @@ public class Ifconfig {
|
||||||
" " +
|
" " +
|
||||||
"TX bytes:" + txBytes +
|
"TX bytes:" + txBytes +
|
||||||
" (" + Sigar.FormatSize(txBytes) + ")");
|
" (" + Sigar.FormatSize(txBytes) + ")");
|
||||||
} catch (ApplicationException e) {
|
} catch { }
|
||||||
}
|
|
||||||
|
|
||||||
println("");
|
println("");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue