Commit e1175972 by Marcus Winter

mtapi_cpp: removed gcc warning

parent 6996b0fc
......@@ -46,7 +46,6 @@ void Node::Initialize(
NodeAttributes attributes; // default attributes
node_instance_ = embb::base::Allocation::New<Node>(
domain_id, node_id, attributes);
Job job = node_instance_->GetJob(EMBB_MTAPI_FUNCTION_JOB_ID);
node_instance_->function_action_ =
node_instance_->CreateAction(EMBB_MTAPI_FUNCTION_JOB_ID, ActionFunction);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment