aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/bigint.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/bigint.h b/include/bigint.h
index 60989de67..ca13c2e2c 100644
--- a/include/bigint.h
+++ b/include/bigint.h
@@ -104,7 +104,6 @@ class BigInt
BigInt(Sign, u32bit);
BigInt(NumberType, u32bit);
private:
- friend void divide(const BigInt&, const BigInt&, BigInt&, BigInt&);
void grow_to(u32bit) const;
SecureVector<word> reg;
Sign signedness;