summaryrefslogtreecommitdiff
path: root/honggfuzz.h
diff options
context:
space:
mode:
authorRobert Swiecki <robert@swiecki.net>2019-12-04 21:17:50 +0100
committerRobert Swiecki <robert@swiecki.net>2019-12-04 21:17:50 +0100
commit749eea52e310f252a0073fd870e6d430a9907135 (patch)
tree70aae0e55c4a3859fb44d038a9f871f6359767d9 /honggfuzz.h
parent199428ed6fd32958eb90f88c6137864c2103bff5 (diff)
downloadhonggfuzz-749eea52e310f252a0073fd870e6d430a9907135.tar.gz
sanitizers: move arch_hashCallstack to sanitizers
Diffstat (limited to 'honggfuzz.h')
-rw-r--r--honggfuzz.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/honggfuzz.h b/honggfuzz.h
index e7289a98..c508945b 100644
--- a/honggfuzz.h
+++ b/honggfuzz.h
@@ -289,7 +289,6 @@ typedef struct {
uint64_t dynamicCutOffAddr;
bool disableRandomization;
void* ignoreAddr;
- size_t numMajorFrames;
const char* symsBlFile;
char** symsBl;
size_t symsBlCnt;
@@ -303,7 +302,6 @@ typedef struct {
/* For the NetBSD code */
struct {
void* ignoreAddr;
- size_t numMajorFrames;
const char* symsBlFile;
char** symsBl;
size_t symsBlCnt;