Skip to content

Commit

Permalink
Cleanup duplicated line
Browse files Browse the repository at this point in the history
  • Loading branch information
K0rdan committed Feb 19, 2024
1 parent 01d3fce commit 8b4f88a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion network/ws_network/HAL/BROWSER/ws_hal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ void WsHAL_ReceptionWeb(const std::vector<uint8_t> &data)
bool isBrowser;
__asm__("typeof %1 !== 'undefined'" : "=r"(isBrowser) : "r"(&client::window));
if (isBrowser) {
clientWebsocket = new WebSocket(s_url);
WsHAL_AddWsEventHandlers();
}
else
Expand Down

0 comments on commit 8b4f88a

Please sign in to comment.