Remove the unused sCurrentOutput symbol
This commit is contained in:
parent
3522730316
commit
24b65937e1
|
@ -133,7 +133,6 @@ string showType(const Value & v)
|
|||
EvalState::EvalState()
|
||||
: sWith(symbols.create("<with>"))
|
||||
, sOutPath(symbols.create("outPath"))
|
||||
, sCurrentOutput(symbols.create("currentOutput"))
|
||||
, sDrvPath(symbols.create("drvPath"))
|
||||
, sType(symbols.create("type"))
|
||||
, sMeta(symbols.create("meta"))
|
||||
|
|
|
@ -204,7 +204,7 @@ public:
|
|||
SymbolTable symbols;
|
||||
|
||||
const Symbol sWith, sOutPath, sDrvPath, sType, sMeta, sName,
|
||||
sSystem, sOverrides, sCurrentOutput;
|
||||
sSystem, sOverrides;
|
||||
|
||||
private:
|
||||
SrcToStore srcToStore;
|
||||
|
|
Loading…
Reference in a new issue