aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/executor_linux.h')
-rw-r--r--executor/executor_linux.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/executor/executor_linux.h b/executor/executor_linux.h
index 8b37ea598..3956127cd 100644
--- a/executor/executor_linux.h
+++ b/executor/executor_linux.h
@@ -95,11 +95,9 @@ static void cover_protect(cover_t* cov)
{
}
-#if SYZ_EXECUTOR_USES_SHMEM
static void cover_unprotect(cover_t* cov)
{
}
-#endif
static void cover_mmap(cover_t* cov)
{
@@ -174,7 +172,6 @@ static void cover_collect(cover_t* cov)
cov->size = *(uint32*)cov->data;
}
-#if SYZ_EXECUTOR_USES_SHMEM
static bool use_cover_edges(uint32 pc)
{
return true;
@@ -195,7 +192,6 @@ static bool use_cover_edges(uint64 pc)
#endif
return true;
}
-#endif
static bool detect_kernel_bitness()
{