Skip to content

Commit 8bc4462

Browse files
authored
Remove unused variable. (#70670)
All usages of the variable have been removed in #68689, we now need to clean it up.
1 parent f89b859 commit 8bc4462

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1852,7 +1852,6 @@ convertOmpTargetData(Operation *op, llvm::IRBuilderBase &builder,
18521852
SmallVector<Value> mapOperands;
18531853
SmallVector<Value> useDevPtrOperands;
18541854
SmallVector<Value> useDevAddrOperands;
1855-
ArrayAttr mapTypes;
18561855
llvm::omp::RuntimeFunction RTLFn;
18571856
DataLayout DL = DataLayout(op->getParentOfType<ModuleOp>());
18581857

0 commit comments

Comments
 (0)