Skip to content

Commit

Permalink
remove dirty hack 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodriguez committed Oct 10, 2023
1 parent 6f1ca75 commit 5615c3f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions source/pza/core/client.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,6 @@ int client::scan_devices(void)
return;
}
_scan_device_count_expected += val;

// @TODO Dirty hack because platform does not implement device interface for the "platform" YET
_scan_device_count_expected -= 1;
});

// Request scan for platforms and just wait for answers
Expand Down

0 comments on commit 5615c3f

Please sign in to comment.