# HG changeset patch # User Leonard Ritter # Date 1654486541 -7200 # Mon Jun 06 05:35:41 2022 +0200 # Node ID 545df39acb84c9c82474ef0ccc8ee84d36e3f9d4 # Parent 23f534983fed21f63c75aa05880a4b10519007f6 * fixed blatant DRY violation diff --git a/lib/scopes/enum.sc b/lib/scopes/enum.sc --- a/lib/scopes/enum.sc +++ b/lib/scopes/enum.sc @@ -378,11 +378,6 @@ case (args...) va-map __drop args... ; - inline... drop-any - case (arg : Nothing,) - case (args...) - va-map __drop args... - ; inline cmp-default () false inline hash-default () (nullof hash) # build repr function