Skip to content

Commit

Permalink
[clangd] Remove unused variable IsBroadcasting
Browse files Browse the repository at this point in the history
The variable was introduced without a use by:

  commit 2bebc3d
  Author: Sam McCall <sam.mccall@gmail.com>
  Date:   Tue Nov 20 10:56:03 2018 +0000
  • Loading branch information
kazutakahirata committed May 29, 2023
1 parent 32fc78c commit 5bbb66c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clang-tools-extra/clangd/support/Function.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ template <typename T> class Event {
"use a plain type: event values are always passed by const&");

std::recursive_mutex ListenersMu;
bool IsBroadcasting = false;
std::vector<std::pair<Listener, unsigned>> Listeners;
unsigned ListenerCount = 0;
};
Expand Down

0 comments on commit 5bbb66c

Please sign in to comment.