mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-11 00:36:20 +02:00
Remove unneeded definition
Template instantiations will cover this case fine.
This commit is contained in:
parent
2f2ae993dc
commit
1bab8a321f
1 changed files with 0 additions and 8 deletions
|
@ -23,14 +23,6 @@
|
|||
namespace nix {
|
||||
|
||||
|
||||
void write(const Store & store, Sink & out, const StorePathSet & paths)
|
||||
{
|
||||
out << paths.size();
|
||||
for (auto & i : paths)
|
||||
out << store.printStorePath(i);
|
||||
}
|
||||
|
||||
|
||||
std::string read(const Store & store, Source & from, Proxy<std::string> _)
|
||||
{
|
||||
return readString(from);
|
||||
|
|
Loading…
Reference in a new issue