diff options
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/CommonBugCategories.cpp')
-rw-r--r-- | clang/lib/StaticAnalyzer/Checkers/CommonBugCategories.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/StaticAnalyzer/Checkers/CommonBugCategories.cpp b/clang/lib/StaticAnalyzer/Checkers/CommonBugCategories.cpp index c53e98f6312..e2a8ea61661 100644 --- a/clang/lib/StaticAnalyzer/Checkers/CommonBugCategories.cpp +++ b/clang/lib/StaticAnalyzer/Checkers/CommonBugCategories.cpp @@ -11,7 +11,6 @@ namespace clang { namespace ento { namespace categories { const char *CoreFoundationObjectiveC = "Core Foundation/Objective-C"; -const char *LogicError = "Logic error"; const char *MemoryCoreFoundationObjectiveC = "Memory (Core Foundation/Objective-C)"; const char *UnixAPI = "Unix API"; |