mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
unused variables found via use-def analysis (plus an indentation micro-nit)
This commit is contained in:
parent
6e2cd3ae44
commit
fe46ef06a0
5 changed files with 6 additions and 7 deletions
|
@ -336,5 +336,6 @@ function describe(rec: Info): string
|
|||
(|rec$rcptto|>1 ? fmt(" (plus %d others)", |rec$rcptto|-1) : ""),
|
||||
(abbrev_subject != "" ? fmt(": %s", abbrev_subject) : ""));
|
||||
}
|
||||
return "";
|
||||
|
||||
return "";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue