[clangd] Get rid of clangToolingRefactoring dependency
authorKirill Bobyrev <kbobyrev@google.com>
Mon, 23 Nov 2020 10:59:17 +0000 (11:59 +0100)
committerKirill Bobyrev <kbobyrev@google.com>
Mon, 23 Nov 2020 10:59:38 +0000 (11:59 +0100)
D71880 makes this dependency redundant and we can safely remove it. Tested for
both shared lib build and static lib build.

Reviewed By: hokein

Differential Revision: https://reviews.llvm.org/D91951

clang-tools-extra/clangd/CMakeLists.txt

index 72b232b..b8300dd 100644 (file)
@@ -140,7 +140,6 @@ clang_target_link_libraries(clangDaemon
   clangTooling
   clangToolingCore
   clangToolingInclusions
-  clangToolingRefactoring
   clangToolingSyntax
   )