about summary refs log tree commit diff
path: root/src/libstore/local-store.hh
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-07-30T19·43-0400
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-07-30T19·43-0400
commitf9613da18033d0a9835bc57ac2142aca754983cf (patch)
tree932030f0ee2e20983e985b2f40f38dfb1719964d /src/libstore/local-store.hh
parent6183cf2f197edd079a0134ccb8d320bab083a624 (diff)
Remove unused variables
Diffstat (limited to '')
-rw-r--r--src/libstore/local-store.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh
index 15dff1d020..4761658ed8 100644
--- a/src/libstore/local-store.hh
+++ b/src/libstore/local-store.hh
@@ -80,9 +80,6 @@ struct SQLiteStmt
 class LocalStore : public StoreAPI
 {
 private:
-    bool substitutablePathsLoaded;
-    PathSet substitutablePaths;
-
     typedef std::map<Path, RunningSubstituter> RunningSubstituters;
     RunningSubstituters runningSubstituters;