mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #6024 from ethereum/remove-escaped-decleration
Remove unused and unimplemented declaration `escaped()`
This commit is contained in:
commit
ab04a1c41d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user