Remove unused port_range field

The port_range is used from "struct server_params", the copy in
"struct server" was unused.
This commit is contained in:
Romain Vimont
2020-12-06 15:18:33 +01:00
parent 8e83f3e8af
commit ace438e52a
2 changed files with 0 additions and 5 deletions

View File

@@ -26,7 +26,6 @@ struct server {
socket_t server_socket; // only used if !tunnel_forward
socket_t video_socket;
socket_t control_socket;
struct sc_port_range port_range;
uint16_t local_port; // selected from port_range
bool tunnel_enabled;
bool tunnel_forward; // use "adb forward" instead of "adb reverse"