removed finalReference not beeing used anywhere

svn path=/nixpkgs/trunk/; revision=13137
This commit is contained in:
Marc Weber 2008-10-28 14:20:52 +00:00
parent 761e7453ab
commit 1bdbe847f7

View File

@ -327,8 +327,6 @@ rec {
fix = f:
(rec { result = f result; }).result;
finalReference = fix; # bad name
# flatten a list of sets returned by 'f'.
# f : function to evaluate each set.
# attr : name of the attribute which contains more values.