Move Process_makeCommandStr to global Process implementation

This commit is contained in:
Benny Baumann
2021-04-10 13:31:39 +02:00
committed by BenBE
parent c0d0202440
commit bcb18ef822
5 changed files with 386 additions and 382 deletions

View File

@ -119,10 +119,6 @@ IOPriority LinuxProcess_updateIOPriority(LinuxProcess* this);
bool LinuxProcess_setIOPriority(Process* this, Arg ioprio);
/* This function constructs the string that is displayed by
* LinuxProcess_writeCommand and also returned by LinuxProcess_getCommandStr */
void LinuxProcess_makeCommandStr(Process *this);
bool Process_isThread(const Process* this);
#endif