From f9613da18033d0a9835bc57ac2142aca754983cf Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 30 Jul 2012 15:43:37 -0400 Subject: Remove unused variables --- src/libstore/local-store.hh | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/libstore/local-store.hh') diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh index 15dff1d02052..4761658ed830 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 RunningSubstituters; RunningSubstituters runningSubstituters; -- cgit 1.4.1