Skip to content

Commit 5ab1841

Browse files
committed
Cleanup
1 parent b750d35 commit 5ab1841

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

framework/src/vx_graph_pipeline.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ VX_API_ENTRY vx_status vxSetGraphScheduleConfig(
7777
if (((graph_schedule_mode == VX_GRAPH_SCHEDULE_MODE_QUEUE_AUTO) ||
7878
(graph_schedule_mode == VX_GRAPH_SCHEDULE_MODE_QUEUE_MANUAL)))
7979
{
80-
/* Pipelining is enabled */
81-
// graph->isPipeliningEnabled = vx_true_e;
82-
8380
for (vx_uint32 i = 0; (i < graph_parameters_list_size) && (status == VX_SUCCESS); i++)
8481
{
8582
if ((graph_parameters_queue_params_list[i].refs_list == nullptr) ||

0 commit comments

Comments
 (0)