Drop getCommandStr member of Process

Formatting the merged command string is now implemented in an platform
independent way. Drop the Process member getCommandStr designed for
overrides of individual platforms.
This commit is contained in:
Christian Göttsche
2021-12-16 15:57:37 +01:00
committed by cgzones
parent 6fcb1994c8
commit 1ef8c0e12f
3 changed files with 4 additions and 10 deletions

View File

@ -100,6 +100,5 @@ const ProcessClass UnsupportedProcess_class = {
.compare = Process_compare
},
.writeField = UnsupportedProcess_writeField,
.getCommandStr = NULL,
.compareByKey = UnsupportedProcess_compareByKey
};