Author: maskray
Date: Sun Dec 23 19:19:53 2018
New Revision: 350040

URL: http://llvm.org/viewvc/llvm-project?rev=350040&view=rev
Log:
[clangd] Delete stray semicolon. NFC

Modified:
    clang-tools-extra/trunk/clangd/Function.h

Modified: clang-tools-extra/trunk/clangd/Function.h
URL: 
http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/Function.h?rev=350040&r1=350039&r2=350040&view=diff
==============================================================================
--- clang-tools-extra/trunk/clangd/Function.h (original)
+++ clang-tools-extra/trunk/clangd/Function.h Sun Dec 23 19:19:53 2018
@@ -133,7 +133,6 @@ public:
     std::lock_guard<std::recursive_mutex> Lock(ListenersMu);
     Listeners.push_back({std::move(L), ++ListenerCount});
     return Subscription(this, ListenerCount);
-    ;
   }
 
   // Synchronously sends an event to all registered listeners.


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to