Remove now-unused constants

This commit is contained in:
Matt Nadareski
2025-10-07 10:48:31 -04:00
parent d3a7d552c3
commit d24d3e5adb

View File

@@ -8,14 +8,6 @@ namespace ExtractionTool
{
class Program
{
#region Constants
private const string _debugName = "debug";
private const string _helpName = "help";
private const string _outputPathName = "output-path";
#endregion
static void Main(string[] args)
{
#if NET462_OR_GREATER || NETCOREAPP