From 532211c68dc2bdab667739ad895a46a3f23491d1 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 11 Jul 2016 16:29:11 +0200 Subject: Really remove library functions Throwing a message like "removed 2016-02-29 because unused and broken" is unhelpful because it doesn't show what function was removed. --- lib/attrsets.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/attrsets.nix') diff --git a/lib/attrsets.nix b/lib/attrsets.nix index 636cb257d6b..f47e481c58a 100644 --- a/lib/attrsets.nix +++ b/lib/attrsets.nix @@ -457,7 +457,6 @@ rec { /*** deprecated stuff ***/ - deepSeqAttrs = throw "removed 2016-02-29 because unused and broken"; zipWithNames = zipAttrsWithNames; zip = builtins.trace "lib.zip is deprecated, use lib.zipAttrsWith instead" zipAttrsWith; -- cgit 1.4.1