mirror of
https://github.com/NixOS/nix.git
synced 2025-11-12 21:46:01 +01: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