diff options
| author | WeiN76LQh <WeiN76LQh@github.com> | 2024-11-28 18:52:19 +0000 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-02-17 21:05:02 -0500 |
| commit | 9fa3dd7b2f00fe2e988e319d3fdb83ee99e30cd0 (patch) | |
| tree | 525177007cf41ddb69150955d462d5a51bbdd7c5 /view/macho/machoview.cpp | |
| parent | a30831a814503b75a1fa6efeea1cd0a673c240d7 (diff) | |
[SharedCache] Define BackingCacheType
Split out from https://github.com/WeiN76LQh/binaryninja-api/tree/process-local-symbols
Diffstat (limited to 'view/macho/machoview.cpp')
| -rw-r--r-- | view/macho/machoview.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/view/macho/machoview.cpp b/view/macho/machoview.cpp index 9ee393e8..ec0ea4d5 100644 --- a/view/macho/machoview.cpp +++ b/view/macho/machoview.cpp @@ -14,13 +14,6 @@ #include "lowlevelilinstruction.h" #include "rapidjsonwrapper.h" -enum { - N_STAB = 0xe0, - N_PEXT = 0x10, - N_TYPE = 0x0e, - N_EXT = 0x01 -}; - using namespace BinaryNinja; using namespace std; |
