diff --git a/src/ice_transport.cpp b/src/ice_transport.cpp
index a1ddfe270bfe214e50f2601b1401398526322d1f..6af97227c6c7639ae573243cb5c394761f58679a 100644
--- a/src/ice_transport.cpp
+++ b/src/ice_transport.cpp
@@ -53,7 +53,6 @@ static constexpr unsigned STUN_MAX_PACKET_SIZE {8192};
 static constexpr uint16_t IPV6_HEADER_SIZE = 40; ///< Size in bytes of IPV6 packet header
 static constexpr uint16_t IPV4_HEADER_SIZE = 20; ///< Size in bytes of IPV4 packet header
 static constexpr int MAX_CANDIDATES {32};
-static constexpr char NEW_LINE = '\n'; ///< New line character used for (de)serialisation
 
 //==============================================================================