lib/mpi: Remove unused scalar_copied
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 8 Oct 2020 05:58:18 +0000 (16:58 +1100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 30 Oct 2020 06:34:45 +0000 (17:34 +1100)
commitd72286943212fdb6d254d08d4cfccdc70603d0ca
tree837b6a1a12548d0bcb1b74794ffcb08e11e077a4
parentdaf88f3757ecb7aed4dd05a1ca8c8b4ac378d6c3
lib/mpi: Remove unused scalar_copied

The scalar_copied variable is not as the scalar is never copied
in that block.  This patch removes it.

Fixes: d58bb7e55a8a ("lib/mpi: Introduce ec implementation to...")
Reported-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
lib/mpi/ec.c