clean up extraneous comment

This commit is contained in:
Jarryd Beck 2017-11-02 08:34:49 +11:00
parent c2e19fc210
commit f0406578bd

View File

@ -561,11 +561,6 @@ namespace cxxopts
value = checked_negate<T>(result,
text,
std::integral_constant<bool, is_signed>());
//if (!is_signed)
//{
// throw argument_incorrect_type(text);
//}
//value = -result;
}
else
{