From: Benjamin Kramer Date: Wed, 2 Nov 2011 12:04:24 +0000 (+0000) Subject: Remove virtually empty file. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2eba859d43ffec0fa60c20c4416c72b2ebe6b1a2;p=clang Remove virtually empty file. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143538 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/StaticAnalyzer/Core/CMakeLists.txt b/lib/StaticAnalyzer/Core/CMakeLists.txt index 391a781ab0..a2c351120e 100644 --- a/lib/StaticAnalyzer/Core/CMakeLists.txt +++ b/lib/StaticAnalyzer/Core/CMakeLists.txt @@ -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 index 9a61925a56..0000000000 --- a/lib/StaticAnalyzer/Core/CheckerContext.cpp +++ /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;