From bb64eb30266d7850f5f4f313826dbd645f302098 Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Fri, 25 Oct 2019 16:49:07 +0000 Subject: [PATCH] gn build: Merge 8e567b0730f --- .../secondary/clang-tools-extra/clangd/refactor/tweaks/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/gn/secondary/clang-tools-extra/clangd/refactor/tweaks/BUILD.gn b/utils/gn/secondary/clang-tools-extra/clangd/refactor/tweaks/BUILD.gn index 02ba4f91a5e..313803d9250 100644 --- a/utils/gn/secondary/clang-tools-extra/clangd/refactor/tweaks/BUILD.gn +++ b/utils/gn/secondary/clang-tools-extra/clangd/refactor/tweaks/BUILD.gn @@ -13,7 +13,6 @@ source_set("tweaks") { include_dirs = [ "../.." ] sources = [ "AnnotateHighlightings.cpp", - "DefineInline.cpp", "DumpAST.cpp", "ExpandAutoType.cpp", "ExpandMacro.cpp",