about summary refs log tree commit diff
path: root/frida_mode/src/prefetch.c
diff options
context:
space:
mode:
authorYour Name <you@example.com>2022-10-11 18:15:51 +0100
committerYour Name <you@example.com>2022-10-11 18:15:51 +0100
commitfac6491ad0bbaee078352990eeb708d82aa412e3 (patch)
tree5a100fdcdd4df1041f1ab647086c8411b547757d /frida_mode/src/prefetch.c
parent4bb4d6ebfdbbdc1ceb6ebf66474180a5e9020ed3 (diff)
downloadafl++-fac6491ad0bbaee078352990eeb708d82aa412e3.tar.gz
Bump FRIDA version
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;