mirror of
https://github.com/catchorg/Catch2.git
synced 2025-07-06 17:35:31 +02:00
Remove unused constructor in test code to eliminate warning
This commit is contained in:
parent
36cd85acbe
commit
3984473e26
@ -346,9 +346,9 @@ public:
|
||||
ColourString( std::string const& _string )
|
||||
: string( _string )
|
||||
{}
|
||||
ColourString( std::string const& _string, std::vector<ColourIndex> const& _colours )
|
||||
: string( _string ), colours( _colours )
|
||||
{}
|
||||
// ColourString( std::string const& _string, std::vector<ColourIndex> const& _colours )
|
||||
// : string( _string ), colours( _colours )
|
||||
// {}
|
||||
|
||||
ColourString& addColour( Colour::Code colour, int _index ) {
|
||||
colours.push_back( ColourIndex( colour,
|
||||
|
Loading…
x
Reference in New Issue
Block a user