diff options
author | lloyd <[email protected]> | 2006-08-12 01:29:33 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-08-12 01:29:33 +0000 |
commit | d2dfc5b636a79f0151cfa451a376370dc4048b04 (patch) | |
tree | 53cfe4b5e9574f93af9aa871c3e4370f69a7ed66 /include | |
parent | 49590f09ec5054b992eed4afede903a4976e00d7 (diff) |
Remove an unneeded friend declaration for the division function.
Diffstat (limited to 'include')
-rw-r--r-- | include/bigint.h | 1 |
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; |