Imported Upstream version 1.21.0
[platform/core/ml/nnfw.git] / compiler / coco / core / src / IR / Module.cpp
index 420cf6f..0db7894 100644 (file)
@@ -144,7 +144,7 @@ std::unique_ptr<Module> Module::create(void)
   m->_input = make_unique<coco::InputList>();
   m->_output = make_unique<coco::OutputList>();
 
-  return std::move(m);
+  return m;
 }
 
 } // namespace coco