[NFC] Remove duplicate symbol declarations (#1671)

* [NFC] Remove duplicate symbol declarations

Those are provided by testHarness.h.

Signed-off-by: Kévin Petit <kpet@free.fr>

* add missing include

---------

Signed-off-by: Kévin Petit <kpet@free.fr>
This commit is contained in:
Kévin Petit
2023-03-16 12:15:37 +00:00
committed by paulfradgley
parent 9409f2b94b
commit 1f70f04517
6 changed files with 1 additions and 10 deletions

View File

@@ -799,10 +799,6 @@ static int RunKernel(cl_kernel kernel, void *inBuf, void *outBuf,
return 0;
}
#if !defined(__APPLE__)
void memset_pattern4(void *dest, const void *src_pattern, size_t bytes);
#endif
#if defined(__APPLE__)
#include <mach/mach_time.h>
#endif