summaryrefslogtreecommitdiffstats
path: root/unsupported/UnsupportedProcess.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-12-16 15:57:37 +0100
committercgzones <cgzones@googlemail.com>2021-12-17 14:45:15 +0100
commit1ef8c0e12f29606cb5bfb77d9bce78ae5e6bbb0e (patch)
tree07aeddcb9fff9efda3d23906df8cb7a8357c7924 /unsupported/UnsupportedProcess.c
parent6fcb1994c88cc33677c04352ddd8d6448c22c908 (diff)
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.
Diffstat (limited to 'unsupported/UnsupportedProcess.c')
-rw-r--r--unsupported/UnsupportedProcess.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/unsupported/UnsupportedProcess.c b/unsupported/UnsupportedProcess.c
index b1f63c6a..99c2144a 100644
--- a/unsupported/UnsupportedProcess.c
+++ b/unsupported/UnsupportedProcess.c
@@ -100,6 +100,5 @@ const ProcessClass UnsupportedProcess_class = {
.compare = Process_compare
},
.writeField = UnsupportedProcess_writeField,
- .getCommandStr = NULL,
.compareByKey = UnsupportedProcess_compareByKey
};

© 2014-2024 Faster IT GmbH | imprint | privacy policy