aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor_bsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/executor_bsd.h')
-rw-r--r--executor/executor_bsd.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/executor/executor_bsd.h b/executor/executor_bsd.h
index 3ee4be80c..e8530f614 100644
--- a/executor/executor_bsd.h
+++ b/executor/executor_bsd.h
@@ -179,21 +179,6 @@ static void cover_collect(cover_t* cov)
cov->size = *(uint64*)cov->data;
}
-static bool is_kernel_data(uint64 addr)
-{
- return false;
-}
-
-static int is_kernel_pc(uint64 pc)
-{
- return 0;
-}
-
-static bool use_cover_edges(uint64 pc)
-{
- return true;
-}
-
#if GOOS_netbsd
#define SYZ_HAVE_FEATURES 1
static feature_t features[] = {