summaryrefslogtreecommitdiff
path: root/view/kernelcache/core/KernelCacheView.h
diff options
context:
space:
mode:
authorMark Rowe <mark@vector35.com>2025-12-19 11:12:20 -0800
committerMark Rowe <mark@vector35.com>2025-12-20 21:34:49 -0800
commited0f3b1b8593f6b76fbb64c53a0885073c1c1979 (patch)
tree5d22d77ccea8bffc0619a32ed886d79d14daccf1 /view/kernelcache/core/KernelCacheView.h
parentba13f6ec7d0ce9a18a03a1c895fb72d18e03014a (diff)
Fix many of the warnings that show up when compiling with GCC 15.2
Diffstat (limited to 'view/kernelcache/core/KernelCacheView.h')
-rw-r--r--view/kernelcache/core/KernelCacheView.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/view/kernelcache/core/KernelCacheView.h b/view/kernelcache/core/KernelCacheView.h
index 9a2baf6f..bfe12502 100644
--- a/view/kernelcache/core/KernelCacheView.h
+++ b/view/kernelcache/core/KernelCacheView.h
@@ -7,8 +7,6 @@
#include <binaryninjaapi.h>
-static const char* VIEW_METADATA_KEY = "shared_cache_view";
-
class KernelCacheView : public BinaryNinja::BinaryView
{
bool m_parseOnly;