diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-08-28 23:34:54 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-08-28 23:34:54 +0000 |
commit | a3206b4f8ca5aa9440d96274af9281da30c511bc (patch) | |
tree | bd1d268400491e588776239bbad30446c5465428 /win32 | |
parent | 58ecc94336104cd1211cc605b85a950621859121 (diff) | |
download | clang-a3206b4f8ca5aa9440d96274af9281da30c511bc.tar.gz |
Remove Regions.cpp from VS project file.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55517 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32')
-rw-r--r-- | win32/clangAnalysis/clangAnalysis.vcproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/win32/clangAnalysis/clangAnalysis.vcproj b/win32/clangAnalysis/clangAnalysis.vcproj index d37878a3b9..474ef5dd6a 100644 --- a/win32/clangAnalysis/clangAnalysis.vcproj +++ b/win32/clangAnalysis/clangAnalysis.vcproj @@ -239,10 +239,6 @@ >
</File>
<File
- RelativePath="..\..\lib\Analysis\Regions.cpp"
- >
- </File>
- <File
RelativePath="..\..\lib\Analysis\RValues.cpp"
>
</File>
|