diff options
Diffstat (limited to 'third_party/nix/src/libutil/util.hh')
-rw-r--r-- | third_party/nix/src/libutil/util.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/third_party/nix/src/libutil/util.hh b/third_party/nix/src/libutil/util.hh index 5ce12f2ede43..3c8d4bd70c06 100644 --- a/third_party/nix/src/libutil/util.hh +++ b/third_party/nix/src/libutil/util.hh @@ -324,9 +324,6 @@ MakeError(Interrupted, BaseError) string concatStringsSep(const string& sep, const Strings& ss); string concatStringsSep(const string& sep, const StringSet& ss); -/* Remove trailing whitespace from a string. */ -string chomp(const string& s); - /* Remove whitespace from the start and end of a string. */ string trim(const string& s, const string& whitespace = " \n\r\t"); |