mirror of
				https://github.com/Tencent/rapidjson.git
				synced 2025-10-29 20:59:48 +01:00 
			
		
		
		
	Remove ununused BigInteger::FullAdd()
This commit is contained in:
		| @@ -269,12 +269,6 @@ private: | |||||||
| #endif | #endif | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     static Type FullAdd(Type a, Type b, bool inCarry, bool* outCarry) { |  | ||||||
|         Type c = a + b + (inCarry ? 1 : 0); |  | ||||||
|         *outCarry = c < a; |  | ||||||
|         return c; |  | ||||||
|     } |  | ||||||
|  |  | ||||||
|     static const size_t kBitCount = 3328;  // 64bit * 54 > 10^1000 |     static const size_t kBitCount = 3328;  // 64bit * 54 > 10^1000 | ||||||
|     static const size_t kCapacity = kBitCount / sizeof(Type); |     static const size_t kCapacity = kBitCount / sizeof(Type); | ||||||
|     static const size_t kTypeBit = sizeof(Type) * 8; |     static const size_t kTypeBit = sizeof(Type) * 8; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 miloyip
					miloyip