summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CRT.h2
-rw-r--r--Process.h6
-rw-r--r--linux/LinuxProcessList.h2
3 files changed, 0 insertions, 10 deletions
diff --git a/CRT.h b/CRT.h
index a2cfd8a9..c0b93952 100644
--- a/CRT.h
+++ b/CRT.h
@@ -168,8 +168,6 @@ void CRT_init(int delay, int colorScheme, bool allowUnicode);
void CRT_done(void);
-void CRT_fatalError(const char* note);
-
int CRT_readKey(void);
void CRT_disableDelay(void);
diff --git a/Process.h b/Process.h
index aff4374a..404f73e6 100644
--- a/Process.h
+++ b/Process.h
@@ -148,8 +148,6 @@ typedef struct ProcessClass_ {
#define ONE_DECIMAL_G (ONE_DECIMAL_M * ONE_DECIMAL_K)
#define ONE_DECIMAL_T ((long long)ONE_DECIMAL_G * ONE_DECIMAL_K)
-extern char Process_pidFormat[20];
-
void Process_setupColumnWidths(void);
void Process_humanNumber(RichString* str, unsigned long number, bool coloring);
@@ -160,8 +158,6 @@ void Process_printTime(RichString* str, unsigned long long totalHundredths);
void Process_outputRate(RichString* str, char* buffer, int n, double rate, int coloring);
-void Process_writeField(Process* this, RichString* str, ProcessField field);
-
void Process_display(Object* cast, RichString* out);
void Process_done(Process* this);
@@ -180,6 +176,4 @@ bool Process_sendSignal(Process* this, Arg sgn);
long Process_pidCompare(const void* v1, const void* v2);
-long Process_compare(const void* v1, const void* v2);
-
#endif
diff --git a/linux/LinuxProcessList.h b/linux/LinuxProcessList.h
index c484e75c..26654020 100644
--- a/linux/LinuxProcessList.h
+++ b/linux/LinuxProcessList.h
@@ -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;