[PATCH] D78843: [clangd] Remove unused bits after 67b2dbd5a33583. NFC

Kirill Bobyrev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 26 17:31:45 PDT 2020


kbobyrev added inline comments.


================
Comment at: clang-tools-extra/clangd/index/remote/server/Server.cpp:12
 #include "index/remote/marshalling/Marshalling.h"
 #include "llvm/ADT/Optional.h"
 #include "llvm/ADT/StringRef.h"
----------------
This can also be removed.


================
Comment at: clang-tools-extra/clangd/index/remote/server/Server.cpp:16
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/FileSystem.h"
 #include "llvm/Support/Path.h"
----------------
This can be removed.


================
Comment at: clang-tools-extra/clangd/index/remote/server/Server.cpp:17
 #include "llvm/Support/FileSystem.h"
 #include "llvm/Support/Path.h"
 #include "llvm/Support/Signals.h"
----------------
This can be removed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78843/new/

https://reviews.llvm.org/D78843





More information about the cfe-commits mailing list