Skip to content

Commit 35c1a47

Browse files
format
1 parent bf8d54a commit 35c1a47

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorType.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
namespace mlir {
1919
namespace sparse_tensor {
2020

21-
2221
//===----------------------------------------------------------------------===//
2322
/// A wrapper around `RankedTensorType`, which has three goals:
2423
///
@@ -61,7 +60,6 @@ class SparseTensorType {
6160
: SparseTensorType(
6261
RankedTensorType::get(stp.getShape(), stp.getElementType(), enc)) {}
6362

64-
6563
SparseTensorType &operator=(const SparseTensorType &) = delete;
6664
SparseTensorType(const SparseTensorType &) = default;
6765

0 commit comments

Comments
 (0)