1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-26 11:41:15 +02:00

Remove the unused sCurrentOutput symbol

This commit is contained in:
Shea Levy 2011-11-06 06:28:34 +00:00
parent 3522730316
commit 24b65937e1
2 changed files with 1 additions and 2 deletions

View file

@ -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"))