[clang-doc] Removed unused method in the Info class
Reviewed By: brettw Differential Revision: https://reviews.llvm.org/D142577
This commit is contained in:
parent
edf964e0dd
commit
881d151c52
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user