rid unused var warning

This commit is contained in:
Doug MacEachern 2004-09-17 23:14:33 +00:00
parent 70bd73151a
commit 5e3e4af2f7
1 changed files with 1 additions and 2 deletions

View File

@ -74,8 +74,7 @@ public class Ifconfig {
" " +
"TX bytes:" + txBytes +
" (" + Sigar.FormatSize(txBytes) + ")");
} catch (ApplicationException e) {
}
} catch { }
println("");
}