From b23c8690798ed03f5e411109988e1f5c1c6b0daa Mon Sep 17 00:00:00 2001 From: Zhongxing Xu Date: Mon, 9 Nov 2009 09:35:41 +0000 Subject: [PATCH] remove redundant file name in CMakeLists.txt. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86536 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Analysis/CMakeLists.txt b/lib/Analysis/CMakeLists.txt index 1400f8b77b..05d4ef1d9e 100644 --- a/lib/Analysis/CMakeLists.txt +++ b/lib/Analysis/CMakeLists.txt @@ -11,7 +11,6 @@ add_clang_library(clangAnalysis BasicValueFactory.cpp BugReporter.cpp BugReporterVisitors.cpp - CastToStructChecker.cpp CFG.cpp CFRefCount.cpp CallGraph.cpp