Remove OVEERIDE macro

This commit is contained in:
Jonathan G Rennison
2021-03-02 23:42:47 +00:00
parent 865cf79915
commit 7e62af94ee
7 changed files with 38 additions and 43 deletions

View File

@@ -517,11 +517,6 @@ static inline void free(const void *ptr)
# define IGNORE_UNINITIALIZED_WARNING_STOP
#endif
/*
* Define for the override keyword.
*/
#define OVERRIDE override
/**
* Using _mm_prefetch() with gcc implies the compile flag -msse.
* This is not the case with __builtin_prefetch() so the latter can be used in normal .cpp files.