diff --git a/utils/print-introspected-doxygen.cc b/utils/print-introspected-doxygen.cc index ca96d1e69..43dea7403 100644 --- a/utils/print-introspected-doxygen.cc +++ b/utils/print-introspected-doxygen.cc @@ -453,7 +453,6 @@ StaticInformation::DoGather(TypeId tid) TypeId pointee = ptrChecker->GetPointeeTypeId(); // See if this is a pointer to an Object. - Ptr object = CreateObject(); TypeId objectTypeId = Object::GetTypeId(); if (objectTypeId == pointee) {