mirror of
https://github.com/corda/corda.git
synced 2025-01-09 06:23:04 +00:00
remove obsolete assertion from negateRR
This commit is contained in:
parent
1c3504b62a
commit
8dca14af74
@ -650,7 +650,6 @@ negateRR(Context* c, unsigned aSize, Assembler::Register* a,
|
|||||||
unsigned bSize UNUSED, Assembler::Register* b UNUSED)
|
unsigned bSize UNUSED, Assembler::Register* b UNUSED)
|
||||||
{
|
{
|
||||||
assert(c, aSize == bSize);
|
assert(c, aSize == bSize);
|
||||||
assert(c, a == b);
|
|
||||||
|
|
||||||
negateR(c, aSize, a);
|
negateR(c, aSize, a);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user