mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 00:57:53 +00:00
Remove broken ‘removeList’ function
This commit is contained in:
parent
cffc126e14
commit
79eda8573e
@ -92,10 +92,6 @@ rec {
|
||||
remove = e: filter (x: x != e);
|
||||
|
||||
|
||||
# Given two lists, removes all elements of the first list from the second list
|
||||
removeList = l: filter (x: elem x l);
|
||||
|
||||
|
||||
# Return true if `list' has an element `x'.
|
||||
elem =
|
||||
builtins.elem or
|
||||
|
Loading…
Reference in New Issue
Block a user