unused variables found via use-def analysis (plus an indentation micro-nit)

This commit is contained in:
Vern Paxson 2020-04-25 18:06:47 -07:00
parent 6e2cd3ae44
commit fe46ef06a0
5 changed files with 6 additions and 7 deletions

View file

@ -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 "";
}