Unverified Commit 8bc4462b authored by tsitdikov's avatar tsitdikov Committed by GitHub
Browse files

Remove unused variable. (#70670)

All usages of the variable have been removed in
https://github.com/llvm/llvm-project/pull/68689, we now need to clean it
up.
parent f89b8599
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1852,7 +1852,6 @@ convertOmpTargetData(Operation *op, llvm::IRBuilderBase &builder,
  SmallVector<Value> mapOperands;
  SmallVector<Value> useDevPtrOperands;
  SmallVector<Value> useDevAddrOperands;
  ArrayAttr mapTypes;
  llvm::omp::RuntimeFunction RTLFn;
  DataLayout DL = DataLayout(op->getParentOfType<ModuleOp>());