about summary refs log tree commit diff
path: root/src/nix-store/nix-store.cc
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2016-08-12T10·38-0400
committerShea Levy <shea@shealevy.com>2017-02-07T20·56-0500
commit418a837897e597c5dc2eb4e458462bd04b2abde7 (patch)
tree78cbf81db32de59f5844239bc45ae210df033009 /src/nix-store/nix-store.cc
parent4724903c78e80481fc63d627081fac6a98e4205d (diff)
Remove perl dependency.
Fixes #341
Diffstat (limited to 'src/nix-store/nix-store.cc')
-rw-r--r--src/nix-store/nix-store.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-store/nix-store.cc b/src/nix-store/nix-store.cc
index 0aabe66c56..7dda6d208d 100644
--- a/src/nix-store/nix-store.cc
+++ b/src/nix-store/nix-store.cc
@@ -926,7 +926,7 @@ static void opServe(Strings opFlags, Strings opArgs)
                 break;
             }
 
-            case cmdBuildPaths: { /* Used by build-remote.pl. */
+            case cmdBuildPaths: {
 
                 if (!writeAllowed) throw Error("building paths is not allowed");
                 PathSet paths = readStorePaths<PathSet>(*store, in);