forked from lix-project/lix
Merge pull request #3470 from andir/remove-unusued-attrError
libexpr: remove unused attrError
This commit is contained in:
commit
47c568ee32
|
@ -37,9 +37,6 @@ std::pair<Value *, Pos> findAlongAttrPath(EvalState & state, const string & attr
|
||||||
{
|
{
|
||||||
Strings tokens = parseAttrPath(attrPath);
|
Strings tokens = parseAttrPath(attrPath);
|
||||||
|
|
||||||
Error attrError =
|
|
||||||
Error(format("attribute selection path '%1%' does not match expression") % attrPath);
|
|
||||||
|
|
||||||
Value * v = &vIn;
|
Value * v = &vIn;
|
||||||
Pos pos = noPos;
|
Pos pos = noPos;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue