mirror of
https://github.com/unittest-cpp/unittest-cpp
synced 2026-09-26 16:19:30 +03:00
Remove unused variable from test copy constructor
This commit is contained in:
parent
bec6ba56ec
commit
de915185f6
1 changed files with 1 additions and 1 deletions
|
|
@ -323,7 +323,7 @@ namespace {
|
|||
{
|
||||
}
|
||||
|
||||
TruthyUnlessCopied(const TruthyUnlessCopied& orig)
|
||||
TruthyUnlessCopied(const TruthyUnlessCopied&)
|
||||
: truthy_(false)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue