aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-cov/SourceCoverageView.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/llvm-cov/SourceCoverageView.h')
-rw-r--r--llvm/tools/llvm-cov/SourceCoverageView.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/tools/llvm-cov/SourceCoverageView.h b/llvm/tools/llvm-cov/SourceCoverageView.h
index 2069fe5..21672f5 100644
--- a/llvm/tools/llvm-cov/SourceCoverageView.h
+++ b/llvm/tools/llvm-cov/SourceCoverageView.h
@@ -277,10 +277,6 @@ public:
/// \brief Return the source name formatted for the host OS.
std::string getSourceName() const;
- /// \brief Return a verbose description of the source name and the binary it
- /// corresponds to.
- std::string getVerboseSourceName() const;
-
const CoverageViewOptions &getOptions() const { return Options; }
/// \brief Add an expansion subview to this view.