Skip to content

Commit 1ff4891

Browse files
committed
Remove unused variable in DemangleLLVM (skip-note)
1 parent 6dee355 commit 1ff4891

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

demangle.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ namespace BinaryNinja {
1313
bool DemangleLLVM(const std::string& mangledName, QualifiedName& outVarName,
1414
const bool simplify)
1515
{
16-
BNType* localType = nullptr;
1716
char** localVarName = nullptr;
1817
size_t localSize = 0;
1918
if (!BNDemangleLLVM(mangledName.c_str(), &localVarName, &localSize, simplify))

0 commit comments

Comments
 (0)