diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2011-11-02 12:04:24 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2011-11-02 12:04:24 +0000 |
commit | 2eba859d43ffec0fa60c20c4416c72b2ebe6b1a2 (patch) | |
tree | 0003de412b947dd7a1a7f232c2babbb7ca851330 /lib/StaticAnalyzer/Core/CheckerContext.cpp | |
parent | 45b636aea73ddc623519d604b9c12452a171db76 (diff) |
Remove virtually empty file.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143538 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/StaticAnalyzer/Core/CheckerContext.cpp')
-rw-r--r-- | lib/StaticAnalyzer/Core/CheckerContext.cpp | 17 |
1 files changed, 0 insertions, 17 deletions
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; |