Author: ibiryukov Date: Mon Sep 16 23:49:50 2019 New Revision: 372074 URL: http://llvm.org/viewvc/llvm-project?rev=372074&view=rev Log: [clangd] Remove stale comment. NFC
Modified: clang-tools-extra/trunk/clangd/ClangdServer.h Modified: clang-tools-extra/trunk/clangd/ClangdServer.h URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/ClangdServer.h?rev=372074&r1=372073&r2=372074&view=diff ============================================================================== --- clang-tools-extra/trunk/clangd/ClangdServer.h (original) +++ clang-tools-extra/trunk/clangd/ClangdServer.h Mon Sep 16 23:49:50 2019 @@ -51,8 +51,6 @@ public: virtual void onFileUpdated(PathRef File, const TUStatus &Status){}; /// Called by ClangdServer when some \p Highlightings for \p File are ready. - /// \p NumLines are the number of lines in the file where the highlightings - /// where generated from. virtual void onHighlightingsReady(PathRef File, std::vector<HighlightingToken> Highlightings) {} _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits