test=develop, remove unused variable (#21974)

release/1.7
silingtong123 6 years ago committed by hong
parent ba51043f7e
commit fd9b00df4b

@ -323,7 +323,6 @@ void OpBase::Run(const NameVarBaseMap& ins, const NameVarBaseMap& outs) {
VLOG(3) << "Running Op " << Type();
VLOG(5) << LayerDebugString(Type(), ins, outs);
framework::RuntimeContext runtime_ctx({}, {});
auto prepared_op =
PreparedOp::Prepare(ins, outs, *op_kernel, place(), &attrs_);

Loading…
Cancel
Save