[newrt] Remove unused code (#1944)
author이한종/동작제어Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Wed, 11 Jul 2018 04:25:47 +0000 (13:25 +0900)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Wed, 11 Jul 2018 04:25:47 +0000 (13:25 +0900)
Remove unused code that is commented out

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtimes/new_runtime/src/compilation.cc

index 7cf6044..9984d3e 100644 (file)
@@ -569,14 +569,6 @@ int ANeuralNetworksCompilation_finish(ANeuralNetworksCompilation *compilation)
     op.accept(TensorMarker{*tensor_builder});
   }
 
-  /*
-  for (auto it : plan_builder.tensor_info_ctx())
-  {
-    auto tensor_builder = backend_manager.getTensorBuilder("arm_compute");
-    tensor_builder->mark(::internal::tflite::operand::Index{it.first});
-  }
-  */
-
   plan_builder.finalize(backend_resolver.getAllTensorBuilders());
 
   return ANEURALNETWORKS_NO_ERROR;