summaryrefslogtreecommitdiff
path: root/honggfuzz.h
diff options
context:
space:
mode:
authorRobert Swiecki <robert@swiecki.net>2020-04-25 14:44:30 +0200
committerRobert Swiecki <robert@swiecki.net>2020-04-25 14:44:30 +0200
commite13b2fc9af214c73b6603b04c9f79e3663577641 (patch)
tree757cdd36eab4ee7cac2e2b72fa22194d1d75c284 /honggfuzz.h
parent34dc969b67214c1284472ea6ec7bec0075d5774c (diff)
downloadhonggfuzz-e13b2fc9af214c73b6603b04c9f79e3663577641.tar.gz
netbsd: netbsd-specific run_t is not needed
Diffstat (limited to 'honggfuzz.h')
-rw-r--r--honggfuzz.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/honggfuzz.h b/honggfuzz.h
index 13a6f4c3..aaa18ece 100644
--- a/honggfuzz.h
+++ b/honggfuzz.h
@@ -374,15 +374,6 @@ typedef struct {
int cpuBranchFd;
int cpuIptBtsFd;
} arch_linux;
-
- struct {
- /* For NetBSD code */
- uint8_t* perfMmapBuf;
- uint8_t* perfMmapAux;
- int cpuInstrFd;
- int cpuBranchFd;
- int cpuIptBtsFd;
- } arch_netbsd;
} run_t;
/*