diff --git a/library/generic/standard-combination.factor b/library/generic/standard-combination.factor index 69b8734f1f..996a728a4a 100644 --- a/library/generic/standard-combination.factor +++ b/library/generic/standard-combination.factor @@ -114,7 +114,6 @@ TUPLE: no-method object generic ; swap { { [ dup tag-generic? ] [ num-tags \ tag type-generic ] } { [ dup small-generic? ] [ small-generic ] } - { [ t ] [ class-generic ] } { [ t ] [ num-types \ type type-generic ] } } cond ;