We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e9fcaf commit 08c6a6eCopy full SHA for 08c6a6e
src/modules/os/os.c
@@ -40,14 +40,6 @@ static void buildOutputDefault(const FFOSResult* os, FFstrbuf* result)
40
ffStrbufAppend(result, &os->version);
41
}
42
43
- #ifdef __APPLE__
44
- if(os->buildID.length > 0)
45
- {
46
- ffStrbufAppendC(result, ' ');
47
- ffStrbufAppend(result, &os->buildID);
48
- }
49
- #endif
50
-
51
//Append variant if it is missing
52
if(os->variant.length > 0 && ffStrbufFirstIndex(result, &os->variant) == result->length)
53
{
0 commit comments