[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 72b232b92c08b45a8293961e3c8695e44fe2ce34..b8300ddaf548ba9e6d15ee966bbdaa567e379fda 100644 (file)
@@ -140,7 +140,6 @@ clang_target_link_libraries(clangDaemon
   clangTooling
   clangToolingCore
   clangToolingInclusions
-  clangToolingRefactoring
   clangToolingSyntax
   )