mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-03 13:03:51 +03:00
remove Windows/ICC support
This commit is contained in:
committed by
Konstantinos Margaritis
parent
8cff876962
commit
08357a096c
@@ -34,7 +34,6 @@
|
||||
#include "common.h"
|
||||
#include "huge.h"
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
#include <errno.h>
|
||||
@@ -189,13 +188,3 @@ long gethugepagesize(void) {
|
||||
|
||||
return hpage_size;
|
||||
}
|
||||
|
||||
#else
|
||||
|
||||
/* No huge page support on WIN32. */
|
||||
|
||||
hs_database_t *get_huge(hs_database_t *db) { return db; }
|
||||
|
||||
void release_huge(hs_database_t *db) { hs_free_database(db); }
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user