C++: delete some FIXMEs that turned out fine

This commit is contained in:
Robert Marsh
2024-02-13 15:34:36 +00:00
parent b9785ea7b2
commit 128bc99f90
2 changed files with 2 additions and 3 deletions

View File

@@ -181,7 +181,6 @@ private class SmartPtrDestructor extends Destructor, SideEffectFunction, AliasFu
* Gets the destructor associated with the base type of this smart pointer.
*/
private Destructor getBaseTypeDestructor() {
// TODO: Check if this is join ordered correctly.
result.getDeclaringType() = declaringType.getBaseType()
}
@@ -222,4 +221,4 @@ private class SmartPtrDestructor extends Destructor, SideEffectFunction, AliasFu
// A destructor call does not have a return value
none()
}
}
}