diff options
Diffstat (limited to 'internal/system/value.go')
| -rw-r--r-- | internal/system/value.go | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/internal/system/value.go b/internal/system/value.go index aa4da518..fa5458fc 100644 --- a/internal/system/value.go +++ b/internal/system/value.go @@ -11,7 +11,4 @@ type Values struct { Verbose bool } -var ( - V *Values - MethodFlags [2]bool -) +var V *Values |
