Remove some dead code
This commit is contained in:
@@ -65,11 +65,6 @@ Process *unknownudp;
|
|||||||
Process *unknownip;
|
Process *unknownip;
|
||||||
ProcList *processes;
|
ProcList *processes;
|
||||||
|
|
||||||
/* We're migrating to having several `unknown' processes that are added as
|
|
||||||
* normal processes, instead of hard-wired unknown processes.
|
|
||||||
* This mapping maps from unknown processes descriptions to processes */
|
|
||||||
std::map<std::string, Process *> unknownprocs;
|
|
||||||
|
|
||||||
float tomb(u_int32_t bytes) { return ((double)bytes) / 1024 / 1024; }
|
float tomb(u_int32_t bytes) { return ((double)bytes) / 1024 / 1024; }
|
||||||
float tokb(u_int32_t bytes) { return ((double)bytes) / 1024; }
|
float tokb(u_int32_t bytes) { return ((double)bytes) / 1024; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user