]> granicus.if.org Git - clang/commitdiff
Remove virtually empty file.
authorBenjamin Kramer <benny.kra@googlemail.com>
Wed, 2 Nov 2011 12:04:24 +0000 (12:04 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Wed, 2 Nov 2011 12:04:24 +0000 (12:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143538 91177308-0d34-0410-b5e6-96231b3b80d8

lib/StaticAnalyzer/Core/CMakeLists.txt
lib/StaticAnalyzer/Core/CheckerContext.cpp [deleted file]

index 391a781ab09d62a82de4854502c555d090e51274..a2c351120ec9614693e73d9de1bb535cafaa62ec 100644 (file)
@@ -11,7 +11,6 @@ add_clang_library(clangStaticAnalyzerCore
   BugReporter.cpp
   BugReporterVisitors.cpp
   Checker.cpp
-  CheckerContext.cpp
   CheckerHelpers.cpp
   CheckerManager.cpp
   CheckerRegistry.cpp
diff --git a/lib/StaticAnalyzer/Core/CheckerContext.cpp b/lib/StaticAnalyzer/Core/CheckerContext.cpp
deleted file mode 100644 (file)
index 9a61925..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-//== CheckerContext.cpp - Context info for path-sensitive checkers-----------=//
-//
-//                     The LLVM Compiler Infrastructure
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-//
-//  This file defines CheckerContext that provides contextual info for
-//  path-sensitive checkers.
-//
-//===----------------------------------------------------------------------===//
-
-#include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
-using namespace clang;
-using namespace ento;