diff options
| author | Mason Reed <mason@vector35.com> | 2025-03-27 14:12:55 -0400 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-03-27 14:12:55 -0400 |
| commit | 2a23d379d97eb765b9a59352395f5b3b6279e057 (patch) | |
| tree | 436202fe6329cc1175a85c0bc97617a70487bcad /plugins/rtti | |
| parent | 29b2cd6869987d424f3e8a131bb2402b8ea9c72f (diff) | |
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
Diffstat (limited to 'plugins/rtti')
| -rw-r--r-- | plugins/rtti/itanium.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/rtti/itanium.cpp b/plugins/rtti/itanium.cpp index a821d6e5..c3a2be5d 100644 --- a/plugins/rtti/itanium.cpp +++ b/plugins/rtti/itanium.cpp @@ -321,7 +321,6 @@ std::optional<TypeInfoVariant> ReadTypeInfoVariant(BinaryView *view, uint64_t ob uint64_t typeInfoAddr = reader.ReadPointer(); if (!view->IsValidOffset(typeInfoAddr)) return std::nullopt; - LogInfo("Assuming base type info for %llx is at %llx", objectAddr, typeInfoAddr); auto vftSym = view->GetSymbolByAddress(typeInfoAddr); if (vftSym == nullptr) return std::nullopt; |
