removed finalReference not beeing used anywhere
svn path=/nixpkgs/trunk/; revision=13137
This commit is contained in:
parent
761e7453ab
commit
1bdbe847f7
@ -327,8 +327,6 @@ rec {
|
|||||||
fix = f:
|
fix = f:
|
||||||
(rec { result = f result; }).result;
|
(rec { result = f result; }).result;
|
||||||
|
|
||||||
finalReference = fix; # bad name
|
|
||||||
|
|
||||||
# flatten a list of sets returned by 'f'.
|
# flatten a list of sets returned by 'f'.
|
||||||
# f : function to evaluate each set.
|
# f : function to evaluate each set.
|
||||||
# attr : name of the attribute which contains more values.
|
# attr : name of the attribute which contains more values.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user