diff options
-rw-r--r-- | clang-tools-extra/clangd/Function.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang-tools-extra/clangd/Function.h b/clang-tools-extra/clangd/Function.h index 52effe0d9cc..c91b9cbe908 100644 --- a/clang-tools-extra/clangd/Function.h +++ b/clang-tools-extra/clangd/Function.h @@ -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. |