Remove unused variable from test copy constructor

This commit is contained in:
Patrick Johnmeyer 2016-07-15 23:58:48 -05:00
parent bec6ba56ec
commit de915185f6

View file

@ -323,7 +323,7 @@ namespace {
{
}
TruthyUnlessCopied(const TruthyUnlessCopied& orig)
TruthyUnlessCopied(const TruthyUnlessCopied&)
: truthy_(false)
{
}