8000 Remove unused variable from test copy constructor · unittest-cpp/unittest-cpp@de91518 · GitHub
[go: up one dir, main page]

Skip to content

Commit de91518

Browse files
committed
Remove unused variable from test copy constructor
1 parent bec6ba5 commit de91518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestChecks.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ namespace {
323323
{
324324
}
325325

326-
TruthyUnlessCopied(const TruthyUnlessCopied& orig)
326+
TruthyUnlessCopied(const TruthyUnlessCopied&)
327327
: truthy_(false)
328328
{
329329
}

0 commit comments

Comments
 (0)
0