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:
parent
d4f0b0fc6c
commit
0d272fca79
2 changed files with 0 additions and 52 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue