aboutsummaryrefslogtreecommitdiffstats
path: root/executor/nocover.h
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2024-06-02 11:58:29 +0200
committerDmitry Vyukov <dvyukov@google.com>2024-06-04 09:50:32 +0000
commit06bf8101debe879447d0ef3a7a5b84cb11fa5acf (patch)
treed36506158005ab053b33b46559d48ba5e54b4a9e /executor/nocover.h
parent3f1713c975c911f9ca5d27d0292f7505b176c873 (diff)
executor: remove noshmem mode
All OSes we have now support shmem. Support for Fuchia/Starnix/Windows wasn't implemented, but generally they support shared memory. Remove all of the complexity and code associated with noshmem mode. If/when we revive these OSes, it's easier to properly implement shmem mode for them.
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