This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git

commit 8c8d90e1ffe35b1e144306a87adad61c3ae8a374
Author: aherbert <aherb...@apache.org>
AuthorDate: Tue Oct 3 13:21:47 2023 +0100

    Remove redundant initialiser
---
 .../src/main/java/org/apache/commons/numbers/core/Sum.java               | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/commons-numbers-core/src/main/java/org/apache/commons/numbers/core/Sum.java 
b/commons-numbers-core/src/main/java/org/apache/commons/numbers/core/Sum.java
index ec8f967c..ee7b351f 100644
--- 
a/commons-numbers-core/src/main/java/org/apache/commons/numbers/core/Sum.java
+++ 
b/commons-numbers-core/src/main/java/org/apache/commons/numbers/core/Sum.java
@@ -97,7 +97,6 @@ public final class Sum
      */
     private Sum(final double initialValue) {
         sum = initialValue;
-        comp = 0d;
     }
 
     /**

Reply via email to