diff options
Diffstat (limited to 'include/clang/Analysis/PathSensitive/GRSimpleAPICheck.h')
-rw-r--r-- | include/clang/Analysis/PathSensitive/GRSimpleAPICheck.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/clang/Analysis/PathSensitive/GRSimpleAPICheck.h b/include/clang/Analysis/PathSensitive/GRSimpleAPICheck.h index 66b2fb1ae8..e54b31dfe8 100644 --- a/include/clang/Analysis/PathSensitive/GRSimpleAPICheck.h +++ b/include/clang/Analysis/PathSensitive/GRSimpleAPICheck.h @@ -33,7 +33,6 @@ class GRSimpleAPICheck : public GRAuditor<GRState> { public: GRSimpleAPICheck() {} virtual ~GRSimpleAPICheck() {} - virtual void EmitWarnings(BugReporter& BR) = 0; }; } // end namespace clang |