[Mlir-commits] [mlir] 71ac3ce - [NFC] Remove unused variables
Jordan Rupprecht
llvmlistbot at llvm.org
Thu Oct 27 12:23:30 PDT 2022
Author: Jordan Rupprecht
Date: 2022-10-27T12:23:22-07:00
New Revision: 71ac3ce93842d5de9e4de3608b2e7c2b0b1ccd51
URL: https://github.com/llvm/llvm-project/commit/71ac3ce93842d5de9e4de3608b2e7c2b0b1ccd51
DIFF: https://github.com/llvm/llvm-project/commit/71ac3ce93842d5de9e4de3608b2e7c2b0b1ccd51.diff
LOG: [NFC] Remove unused variables
Added:
Modified:
mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorCodegen.cpp
Removed:
################################################################################
diff --git a/mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorCodegen.cpp b/mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorCodegen.cpp
index 6baf36075fa3..3c2aa637abaf 100644
--- a/mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorCodegen.cpp
+++ b/mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorCodegen.cpp
@@ -31,8 +31,6 @@ using namespace mlir::sparse_tensor;
namespace {
-static constexpr uint64_t DimSizesIdx = 0;
-static constexpr uint64_t DimCursorIdx = 1;
static constexpr uint64_t MemSizesIdx = 2;
static constexpr uint64_t FieldsIdx = 3;
More information about the Mlir-commits
mailing list