From ed229d1e0079cce82808062851081145b2abf775 Mon Sep 17 00:00:00 2001 From: Hyeongseok Oh Date: Tue, 6 Aug 2024 18:17:27 +0900 Subject: [PATCH] Update runtime/onert/core/src/ir/OperationDumper.cc Co-authored-by: Jiyoung Giuliana Yun --- runtime/onert/core/src/ir/OperationDumper.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/onert/core/src/ir/OperationDumper.cc b/runtime/onert/core/src/ir/OperationDumper.cc index e0f28795b9d..b6c62eb2d40 100644 --- a/runtime/onert/core/src/ir/OperationDumper.cc +++ b/runtime/onert/core/src/ir/OperationDumper.cc @@ -267,7 +267,6 @@ void OperationDumper::visit(const Pad &node) void OperationDumper::visit(const Permute &node) { - std::string permute_type = "Unknown"; VERBOSE(LIR) << "* " << node.name() << std::endl; VERBOSE(LIR) << " - Inputs : Input(" << node.getInputs().at(0) << ")" << std::endl;