diff --git a/LanguageTagsCreate/Program.cs b/LanguageTagsCreate/Program.cs index afd8145..c904236 100644 --- a/LanguageTagsCreate/Program.cs +++ b/LanguageTagsCreate/Program.cs @@ -8,10 +8,6 @@ CancellationToken cancellationToken private const string DataDirectory = "LanguageData"; private const string CodeDirectory = "LanguageTags"; - internal CommandLine.Options GetCommandLineOptions() => commandLineOptions; - - internal CancellationToken GetCancellationToken() => cancellationToken; - internal static async Task Main(string[] args) { // Parse commandline