Remove unused and unimplemented declaration escaped()

This commit is contained in:
Mathias Baumann 2019-02-18 15:31:16 +01:00
parent cb0ad2266c
commit 37e78d5011

View File

@ -175,9 +175,6 @@ inline std::string toCompactHexWithPrefix(u256 val)
// Algorithms for string and string-like collections.
/// Escapes a string into the C-string representation.
/// @p _all if true will escape all characters, not just the unprintable ones.
std::string escaped(std::string const& _s, bool _all = true);
/// Determine bytes required to encode the given integer value. @returns 0 if @a _i is zero.
template <class T>
inline unsigned bytesRequired(T _i)