Commit 81d7092
committed
BUILD: peers: fix build warning about unused variable
Previous commit da2b084 ("MINOR: peers: Add traces for peer control
messages.") introduced a build warning on some compiler versions after
the removal of variable "peers" in peer_send_msgs() because variable
"s" was used only to assign this one, and variable "si" to assign "s".
Let's remove both to fix the warning. No backport is needed.1 parent 6554742 commit 81d7092
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2171 | 2171 | | |
2172 | 2172 | | |
2173 | 2173 | | |
2174 | | - | |
2175 | | - | |
2176 | 2174 | | |
2177 | 2175 | | |
2178 | 2176 | | |
| |||
0 commit comments