Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Commit

Permalink
Remove unused virtual function as it's been removed from up-to-date C…
Browse files Browse the repository at this point in the history
…lang APIs.
  • Loading branch information
tritao committed May 29, 2013
1 parent c0c675b commit db3798e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Parser/Parser.cpp
Expand Up @@ -1811,11 +1811,6 @@ struct DiagnosticConsumer : public clang::DiagnosticConsumer
Diagnostics.push_back(Diag);
}

virtual
DiagnosticConsumer* clone(clang::DiagnosticsEngine& Diags) const override {
return new DiagnosticConsumer();
}

std::vector<Diagnostic> Diagnostics;
};

Expand Down

0 comments on commit db3798e

Please sign in to comment.