Skip to content

Commit 2a23d37

Browse files
committed
RTTI: Get rid of useless log message
Not even going to check the git blame i know this was committed at 3 in the morning
1 parent 29b2cd6 commit 2a23d37

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/rtti/itanium.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,6 @@ std::optional<TypeInfoVariant> ReadTypeInfoVariant(BinaryView *view, uint64_t ob
321321
uint64_t typeInfoAddr = reader.ReadPointer();
322322
if (!view->IsValidOffset(typeInfoAddr))
323323
return std::nullopt;
324-
LogInfo("Assuming base type info for %llx is at %llx", objectAddr, typeInfoAddr);
325324
auto vftSym = view->GetSymbolByAddress(typeInfoAddr);
326325
if (vftSym == nullptr)
327326
return std::nullopt;

0 commit comments

Comments
 (0)