summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--demangle.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/demangle.cpp b/demangle.cpp
index fbe39672..3217905c 100644
--- a/demangle.cpp
+++ b/demangle.cpp
@@ -13,7 +13,6 @@ namespace BinaryNinja {
bool DemangleLLVM(const std::string& mangledName, QualifiedName& outVarName,
const bool simplify)
{
- BNType* localType = nullptr;
char** localVarName = nullptr;
size_t localSize = 0;
if (!BNDemangleLLVM(mangledName.c_str(), &localVarName, &localSize, simplify))