Index: tools/clang/plugins/CMakeLists.txt |
diff --git a/tools/clang/plugins/CMakeLists.txt b/tools/clang/plugins/CMakeLists.txt |
index 6be8b2eb699d55bf9f39eb2372c8d4ab7be51789..04de853e16f217957965ed383250261d9b2076a8 100644 |
--- a/tools/clang/plugins/CMakeLists.txt |
+++ b/tools/clang/plugins/CMakeLists.txt |
@@ -1,8 +1,7 @@ |
set(plugin_sources |
ChromeClassTester.cpp |
FindBadConstructsAction.cpp |
- FindBadConstructsConsumer.cpp |
- CheckIPCVisitor.cpp) |
+ FindBadConstructsConsumer.cpp) |
if(WIN32) |
# Clang doesn't support loadable modules on Windows. Unfortunately, building |