mirror of
https://github.com/catchorg/Catch2.git
synced 2025-12-16 15:12:11 +01:00
Remove unused parameter from listReporters()
This commit is contained in:
committed by
Martin Hořeňovský
parent
1faccd601d
commit
b7f41237b1
@@ -29,7 +29,7 @@ namespace Catch {
|
||||
|
||||
std::size_t listTags( Config const& config );
|
||||
|
||||
std::size_t listReporters( Config const& /*config*/ );
|
||||
std::size_t listReporters();
|
||||
|
||||
Option<std::size_t> list( Config const& config );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user