about summary refs log tree commit diff
path: root/frida_mode/src/prefetch.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2022-10-12 08:19:28 +0200
committerGitHub <noreply@github.com>2022-10-12 08:19:28 +0200
commit77ebab64d3826e0644dc75b05916893ec8929e68 (patch)
tree17982970cf6923c76b298f74f3fffc9e87dc5844 /frida_mode/src/prefetch.c
parent182013a26f8d3ad16b6b4d8426b061966e849c96 (diff)
parent939575de4bf55ca8e0bc1c8724f6a382d51e73a3 (diff)
downloadafl++-77ebab64d3826e0644dc75b05916893ec8929e68.tar.gz
Merge pull request #1554 from WorksButNotTested/be8
Be8
Diffstat (limited to 'frida_mode/src/prefetch.c')
-rw-r--r--frida_mode/src/prefetch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/frida_mode/src/prefetch.c b/frida_mode/src/prefetch.c
index 905e0ae9..f093cd53 100644
--- a/frida_mode/src/prefetch.c
+++ b/frida_mode/src/prefetch.c
@@ -29,7 +29,6 @@ gboolean prefetch_enable = TRUE;
 gboolean prefetch_backpatch = TRUE;
 
 static prefetch_data_t *prefetch_data = NULL;
-static int              prefetch_shm_id = -1;
 
 static GHashTable *cant_prefetch = NULL;