Remove unwanted code, updates the comments

This commit is contained in:
fraggerfox
2021-04-17 08:41:50 +05:30
committed by BenBE
parent b900e70e80
commit ddcfb179b4
2 changed files with 7 additions and 92 deletions

View File

@ -199,10 +199,9 @@ void Process_delete(Object* cast) {
}
static void NetBSDProcess_writeField(const Process* this, RichString* str, ProcessField field) {
//const NetBSDProcess* op = (const NetBSDProcess*) this;
char buffer[256]; buffer[255] = '\0';
int attr = CRT_colors[DEFAULT_COLOR];
//int n = sizeof(buffer) - 1;
switch (field) {
// add NetBSD-specific fields here
default: