From 43ee295c23a21fda6a36fa7bbe150a766e870664 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Wed, 2 Dec 2020 16:05:34 +0100 Subject: Drop redundant return statements --- linux/LinuxProcess.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/linux/LinuxProcess.c b/linux/LinuxProcess.c index e7070dca..388130f7 100644 --- a/linux/LinuxProcess.c +++ b/linux/LinuxProcess.c @@ -513,7 +513,6 @@ void LinuxProcess_makeCommandStr(Process* this) { mc->commStart = commStart; mc->commEnd = commEnd; - return; } static void LinuxProcess_writeCommand(const Process* this, int attr, int baseAttr, RichString* str) { @@ -611,7 +610,6 @@ static void LinuxProcess_writeCommandField(const Process *this, RichString *str, RichString_append(str, CRT_colors[PROCESS_TREE], buffer); LinuxProcess_writeCommand(this, attr, baseattr, str); } - return; } static void LinuxProcess_writeField(const Process* this, RichString* str, ProcessField field) { -- cgit v1.2.3