Skip to content

Commit

Permalink
Removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gnawme committed Feb 16, 2023
1 parent 92f198f commit 9eb32b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SFML/Network/Packet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ Packet& Packet::operator<<(bool data)
{
auto converted = static_cast<std::uint8_t>(data);
*this << converted;
std::int32_t toWrite = static_cast<std::int32_t>(htonl(static_cast<std::uint32_t>(data)));
return *this;
}

Expand Down

0 comments on commit 9eb32b1

Please sign in to comment.