1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-29 19:03:16 +02:00

* Remove some obsolete functions.

This commit is contained in:
Eelco Dolstra 2010-04-12 23:31:47 +00:00
parent d4f0b0fc6c
commit 0d272fca79
2 changed files with 0 additions and 52 deletions

View file

@ -276,11 +276,6 @@ void inline checkInterrupt()
MakeError(Interrupted, BaseError)
/* String packing / unpacking. */
string packStrings(const Strings & strings);
Strings unpackStrings(const string & s);
/* String tokenizer. */
Strings tokenizeString(const string & s, const string & separators = " \t\n\r");