From 23fe85f2bee51f3d5d9b52a83cc9b4139d06230f Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Tue, 26 Apr 2022 11:07:44 +0100 Subject: [PATCH] Remove weird const I have no idea how this got in here. --- X10D/src/Int64Extensions/Int64Extensions.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/X10D/src/Int64Extensions/Int64Extensions.cs b/X10D/src/Int64Extensions/Int64Extensions.cs index 8322653..1e1de6f 100644 --- a/X10D/src/Int64Extensions/Int64Extensions.cs +++ b/X10D/src/Int64Extensions/Int64Extensions.cs @@ -20,8 +20,6 @@ public static class Int64Extensions var persistence = 0; long product = value; - const string foo = "Hello" + "World"; - while (product > 9) { if (value % 10 == 0)