aboutsummaryrefslogtreecommitdiffstats
path: root/executor/nocover.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/nocover.h')
-rw-r--r--executor/nocover.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/executor/nocover.h b/executor/nocover.h
index f07f747b6..0ba7a56cc 100644
--- a/executor/nocover.h
+++ b/executor/nocover.h
@@ -25,7 +25,6 @@ static void cover_mmap(cover_t* cov)
{
}
-#if SYZ_EXECUTOR_USES_SHMEM
static void cover_unprotect(cover_t* cov)
{
}
@@ -34,4 +33,3 @@ static bool use_cover_edges(uint64 pc)
{
return true;
}
-#endif