From 2604d02a37570219d0bb52cb693f047468bb60cb Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Tue, 5 Apr 2022 13:17:35 +0200 Subject: [PATCH] chore: remove commented out code --- src/environment/shell.go | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/src/environment/shell.go b/src/environment/shell.go index 6cc4066a..222630de 100644 --- a/src/environment/shell.go +++ b/src/environment/shell.go @@ -39,27 +39,6 @@ type Flags struct { StackCount int Migrate bool TerminalWidth int - - // PrintInit *bool - // PrintConfig *bool - // PrintShell *bool - // PrintTransient *bool - // PrintSecondary *bool - // PrintValid *bool - // PrintError *bool - // ConfigFormat *string - // Version *bool - // Millis *bool - // Init *bool - // ExportPNG *bool - // Author *string - // CursorPadding *int - // RPromptOffset *int - // RPrompt *bool - // BGColor *string - // Command *string - // CachePath *bool - // Write *bool } type CommandError struct {