diff options
Diffstat (limited to 'llvm/tools/llvm-cov/SourceCoverageViewHTML.h')
-rw-r--r-- | llvm/tools/llvm-cov/SourceCoverageViewHTML.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/tools/llvm-cov/SourceCoverageViewHTML.h b/llvm/tools/llvm-cov/SourceCoverageViewHTML.h index 7b97f05..c846379 100644 --- a/llvm/tools/llvm-cov/SourceCoverageViewHTML.h +++ b/llvm/tools/llvm-cov/SourceCoverageViewHTML.h @@ -91,9 +91,6 @@ class SourceCoverageViewHTML : public SourceCoverageView { void renderBranchView(raw_ostream &OS, BranchView &BRV, unsigned ViewDepth) override; - void renderMCDCView(raw_ostream &OS, MCDCView &BRV, - unsigned ViewDepth) override; - void renderInstantiationView(raw_ostream &OS, InstantiationView &ISV, unsigned ViewDepth) override; |