Skip to content

Commit bf8049d

Browse files
committed
[mlir][ods] (NFC) remove erroneous trait
1 parent 70b69c5 commit bf8049d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

mlir/include/mlir/IR/OpBase.td

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -294,12 +294,6 @@ class Variadic<Type type> : TypeConstraint<type.predicate, type.summary,
294294
int minSize = 0;
295295
}
296296

297-
// A variadic type constraint of at least N types. It expands to N or more of
298-
// the base type.
299-
class VariadicAtLeast<int N, Type type> : Variadic<type> {
300-
let minSize = N;
301-
}
302-
303297
// A nested variadic type constraint. It expands to zero or more variadic ranges
304298
// of the base type. This class is used for supporting variadic operands and
305299
// results. `variadicSegmentAttrName` should correspond to the name of an

0 commit comments

Comments
 (0)