mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-30 03:34:25 +03:00
remove Windows/ICC support
This commit is contained in:
committed by
Konstantinos Margaritis
parent
8cff876962
commit
08357a096c
@@ -37,9 +37,6 @@
|
||||
#include <vector>
|
||||
|
||||
#ifndef UNUSED
|
||||
#if defined(_WIN32) || defined(_WIN64)
|
||||
#define UNUSED
|
||||
#else
|
||||
#define UNUSED __attribute__ ((unused))
|
||||
#endif
|
||||
#endif
|
||||
@@ -124,5 +121,3 @@ void *count_malloc(size_t n);
|
||||
void *count_malloc_b(size_t n);
|
||||
void count_free(void *p);
|
||||
void count_free_b(void *p);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user