aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2018-12-24 03:19:53 +0000
committerFangrui Song <maskray@google.com>2018-12-24 03:19:53 +0000
commit9ea1e9136bf3b74ffbdecc070a58df1f6ab55926 (patch)
tree1cf39b28f6c40857dbe3dafe6af200e12907fcd6 /clang-tools-extra
parent5eb5e2bc89c0646dd25365378931499a7099f7f7 (diff)
[clangd] Delete stray semicolon. NFC
llvm-svn: 350040
Diffstat (limited to 'clang-tools-extra')
-rw-r--r--clang-tools-extra/clangd/Function.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang-tools-extra/clangd/Function.h b/clang-tools-extra/clangd/Function.h
index 52effe0d9cc1..c91b9cbe9083 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.