Browse Source

minor cleanup.

Ugochukwu Mmaduekwe 8 years ago
parent
commit
b0fd6115f7
1 changed files with 0 additions and 2 deletions
  1. 0 2
      CryptoLib/src/Math/ClpBigInteger.pas

+ 0 - 2
CryptoLib/src/Math/ClpBigInteger.pas

@@ -2676,8 +2676,6 @@ begin
     begin
     begin
       j := System.length(y) - 1;
       j := System.length(y) - 1;
       while j >= 0 do
       while j >= 0 do
-
-      // for (int j = y.Length - 1; j >= 0; j--) do
       begin
       begin
         val := val + (a * (y[j] and IMASK) + (x[xBase + j] and IMASK));
         val := val + (a * (y[j] and IMASK) + (x[xBase + j] and IMASK));