Commit fab8bb6
refactor: remove unused location field from InboundConnection event
As suggested in PR review, the location field was marked with #[allow(dead_code)]
and not being used. The connection is only added to ConnectionManager after
StartJoinReq is accepted, not when InboundConnection event is processed.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 5eb0396 commit fab8bb6
File tree
2 files changed
+0
-4
lines changed- crates/core/src/node/network_bridge
2 files changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
67 | 65 | | |
68 | 66 | | |
69 | 67 | | |
| |||
463 | 461 | | |
464 | 462 | | |
465 | 463 | | |
466 | | - | |
467 | 464 | | |
468 | 465 | | |
469 | 466 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
782 | 782 | | |
783 | 783 | | |
784 | 784 | | |
785 | | - | |
786 | 785 | | |
787 | 786 | | |
788 | 787 | | |
| |||
0 commit comments