about summary refs log tree commit diff
path: root/src/libstore/build.cc
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-09-02T12·46+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-09-02T12·46+0200
commitd711fe8f5ea240a27fcfb4fba908cfcdb432f079 (patch)
treea67d11e6bb1159b472428fcaf1e7fd46e96d2385 /src/libstore/build.cc
parentce97523a7c35bcf18e1d16c855f46bede73cf3ad (diff)
Remove unused variable
Diffstat (limited to 'src/libstore/build.cc')
-rw-r--r--src/libstore/build.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libstore/build.cc b/src/libstore/build.cc
index 2e3a2221857e..0b00647046f8 100644
--- a/src/libstore/build.cc
+++ b/src/libstore/build.cc
@@ -766,9 +766,6 @@ private:
     /* RAII object to delete the chroot directory. */
     std::shared_ptr<AutoDelete> autoDelChroot;
 
-    /* All inputs that are regular files. */
-    PathSet regularInputPaths;
-
     /* Whether this is a fixed-output derivation. */
     bool fixedOutput;
 
@@ -1998,8 +1995,6 @@ void DerivationGoal::startBuilder()
                     StringSource source(sink.s);
                     restorePath(p, source);
                 }
-
-                regularInputPaths.insert(i);
             }
         }