Fix another #ifdef CLANGD_ENABLE_REMOTE

This commit is contained in:
Hans Wennborg 2020-07-27 14:11:29 +02:00
parent 0de629d7ae
commit 529441e88e
1 changed files with 1 additions and 1 deletions

View File

@ -450,7 +450,7 @@ opt<bool> EnableConfig{
init(true), init(true),
}; };
#ifdef CLANGD_ENABLE_REMOTE #if CLANGD_ENABLE_REMOTE
opt<std::string> RemoteIndexAddress{ opt<std::string> RemoteIndexAddress{
"remote-index-address", "remote-index-address",
cat(Features), cat(Features),