Skip to content

Commit

Permalink
[Analysis] Adjust inline documentation in ClassHierarchyAnalysis.cpp
Browse files Browse the repository at this point in the history
Base parameter was removed in 3c792e4
  • Loading branch information
timbodeit committed Sep 5, 2016
1 parent e9d4575 commit 1d666e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/SILOptimizer/Analysis/ClassHierarchyAnalysis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ void ClassHierarchyAnalysis::init() {
}

/// \brief Get all subclasses of a given class.
/// Does not include any direct subclasses of given base class.
///
/// \p Base class, whose direct subclasses are to be excluded
/// \p Current class, whose direct and indirect subclasses are
/// to be collected.
/// \p IndirectSubs placeholder for collected results
Expand Down

0 comments on commit 1d666e6

Please sign in to comment.