[clang-doc] Removed unused method in the Info class

Reviewed By: brettw

Differential Revision: https://reviews.llvm.org/D142577
This commit is contained in:
Paul Kirth 2023-01-25 23:55:02 +00:00
parent edf964e0dd
commit 881d151c52

View File

@ -290,10 +290,6 @@ struct Info {
/// Returns the basename that should be used for this Info.
llvm::SmallString<16> getFileBaseName() const;
// Returns a reference to the parent scope (that is, the immediate parent
// namespace or class in which this decl resides).
llvm::Expected<Reference> getEnclosingScope();
};
// Info for namespaces.