diff --git a/src/CalcManager/Ratpack/rat.cpp b/src/CalcManager/Ratpack/rat.cpp index 53630871..92c9af7e 100644 --- a/src/CalcManager/Ratpack/rat.cpp +++ b/src/CalcManager/Ratpack/rat.cpp @@ -100,7 +100,6 @@ void fracrat( _Inout_ PRAT *pa , uint32_t radix, int32_t precision) //----------------------------------------------------------------------------- void mulrat( _Inout_ PRAT *pa, _In_ PRAT b, int32_t precision) - { // Only do the multiply if it isn't zero. if ( !zernum( (*pa)->pp ) )