Drop redundant declarations

- `CRT_fatalError()` is declared twice in CRT.h
- `Process_pidFormat`, `Process_writeField()` and `Process_compare` are
  declared twice in Process.h
- `btime` is defined in LinuxProcess.c and also declared in
  LinuxProcess.h, so drop in LinuxProcessList.h
This commit is contained in:
Christian Göttsche
2020-09-28 12:32:55 +02:00
committed by cgzones
parent 7ae967a04b
commit 241e4b3dbf
3 changed files with 0 additions and 10 deletions

View File

@ -10,8 +10,6 @@ in the source distribution for its full text.
#include "ProcessList.h"
#include "zfs/ZfsArcStats.h"
extern long long btime;
typedef struct CPUData_ {
unsigned long long int totalTime;
unsigned long long int userTime;