Skip to content

Commit 9cc857e

Browse files
committed
remove unused method
1 parent 099308f commit 9cc857e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/coverlet.console/Program.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,6 @@ private static Command WithHandler(this Command command, string methodName)
338338
return command;
339339
}
340340

341-
static string GetAssemblyVersion() => typeof(Program).Assembly.GetName().Version.ToString();
342-
343341
static string InvariantFormat(double value) => value.ToString(CultureInfo.InvariantCulture);
344342
}
345343
}

0 commit comments

Comments
 (0)