1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-15 06:52:43 +01:00

Remove ServeProto::Command::ExportPaths

This seems to have been unused since the build-remote.pl removal in February 2017 (27dc76c1a5).
This commit is contained in:
Eelco Dolstra 2025-09-09 15:37:12 +02:00
parent fa048e4383
commit 9df99e0658
2 changed files with 0 additions and 7 deletions

View file

@ -108,7 +108,6 @@ enum struct ServeProto::Command : uint64_t {
QueryValidPaths = 1,
QueryPathInfos = 2,
DumpStorePath = 3,
ExportPaths = 5,
BuildPaths = 6,
QueryClosure = 7,
BuildDerivation = 8,