mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove unused and unimplemented declaration escaped()
This commit is contained in:
parent
cb0ad2266c
commit
37e78d5011
@ -175,9 +175,6 @@ inline std::string toCompactHexWithPrefix(u256 val)
|
|||||||
|
|
||||||
// Algorithms for string and string-like collections.
|
// 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.
|
/// Determine bytes required to encode the given integer value. @returns 0 if @a _i is zero.
|
||||||
template <class T>
|
template <class T>
|
||||||
inline unsigned bytesRequired(T _i)
|
inline unsigned bytesRequired(T _i)
|
||||||
|
Loading…
Reference in New Issue
Block a user