Remove unused variables

This commit is contained in:
2018-05-06 07:03:11 +02:00
parent 5c8c0ce4d8
commit 6ed2992862
4 changed files with 7 additions and 10 deletions

View File

@ -632,7 +632,6 @@ do
size_t i;
auto tmp1 = Integer(x, x.allocator);
auto result = Integer(x.allocator);
bool firstBit;
if (x.size == 0 && y.size != 0)
{