From 0e1bef7808e22470ac248c6fe5d04366ac83e51b Mon Sep 17 00:00:00 2001 From: zhao-lupeng Date: Wed, 14 Jul 2021 11:41:30 +0800 Subject: [PATCH] fixed coverity warning --- ge/hybrid/executor/node_state.h | 1 - 1 file changed, 1 deletion(-) diff --git a/ge/hybrid/executor/node_state.h b/ge/hybrid/executor/node_state.h index f1cec215..c3488b98 100644 --- a/ge/hybrid/executor/node_state.h +++ b/ge/hybrid/executor/node_state.h @@ -29,7 +29,6 @@ namespace ge { namespace hybrid { class NodeTask; -struct GraphExecutionContext; class SubgraphContext; class TaskContext; struct NodeState;