1
0
mirror of https://github.com/google/cpu_features.git synced 2025-08-17 11:40:09 +02:00

NFC remove reference to libc memory functions

This commit is contained in:
Guillaume Chatelet
2021-10-28 11:56:57 +00:00
parent deb2a61b80
commit f96d5f74d4
2 changed files with 0 additions and 4 deletions

View File

@@ -70,7 +70,6 @@ typedef struct {
PPCFeatures features;
} PPCInfo;
// This function is guaranteed to be malloc, memset and memcpy free.
PPCInfo GetPPCInfo(void);
typedef struct {