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