Author: ibiryukov Date: Wed Oct 24 02:47:24 2018 New Revision: 345126 URL: http://llvm.org/viewvc/llvm-project?rev=345126&view=rev Log: [clangd] Remove outdated comment-out code. NFC
Modified: clang-tools-extra/trunk/clangd/ClangdLSPServer.h Modified: clang-tools-extra/trunk/clangd/ClangdLSPServer.h URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/ClangdLSPServer.h?rev=345126&r1=345125&r2=345126&view=diff ============================================================================== --- clang-tools-extra/trunk/clangd/ClangdLSPServer.h (original) +++ clang-tools-extra/trunk/clangd/ClangdLSPServer.h Wed Oct 24 02:47:24 2018 @@ -140,7 +140,6 @@ private: // if IsDirectoryBased is true, an instance of InMemoryCDB. // If IsDirectoryBased is false, an instance of DirectoryBasedCDB. - // unique_ptr<GlobalCompilationDatabase> CDB; std::unique_ptr<GlobalCompilationDatabase> CDB; bool IsDirectoryBased; }; _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits