mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 02:58:20 +00:00
Fix clang-tidy bugprone-unused-local-non-trivial-variable warnings
This commit is contained in:
parent
8bb015754a
commit
d2045d1834
8 changed files with 1 additions and 7 deletions
|
@ -485,7 +485,6 @@ void Reporter::DoLog(const char* prefix, EventHandlerPtr event, FILE* out, Conne
|
|||
std::string loc_str;
|
||||
|
||||
if ( location ) {
|
||||
std::string loc_file = "";
|
||||
int loc_line = 0;
|
||||
|
||||
if ( locations.size() ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue