mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-07 07:41:50 -05:00
Removed unnecessary assignments
This commit is contained in:
committed by
Rémi Verschelde
parent
4b277c2c20
commit
a22e746bc3
@@ -64,7 +64,6 @@ Error EMWSClient::connect_to_host(String p_host, String p_path, uint16_t p_port,
|
||||
|
||||
String str = "ws://";
|
||||
String proto_string = "";
|
||||
int i = 0;
|
||||
|
||||
if (p_ssl)
|
||||
str = "wss://";
|
||||
|
||||
Reference in New Issue
Block a user