Skip to content

Commit

Permalink
VITIS-9144 Comment out unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Benusovich <[email protected]>
  • Loading branch information
dbenusov committed Jun 27, 2023
1 parent 6c1d94f commit 4895d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime_src/core/tools/common/ReportAiePartitions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ void
ReportAiePartitions::
writeReport(const xrt_core::device* /*_pDevice*/,
const boost::property_tree::ptree& _pt,
const std::vector<std::string>& _elementsFilter,
const std::vector<std::string>& /*_elementsFilter*/,
std::ostream & _output) const
{
_output << "AIE Partitions\n";
Expand Down

0 comments on commit 4895d71

Please sign in to comment.