diff --git a/internal/config/config_type.go b/internal/config/config_type.go index 39765bd8a..8d2c77b9b 100644 --- a/internal/config/config_type.go +++ b/internal/config/config_type.go @@ -12,7 +12,6 @@ const defaultGitProtocol = "https" // This interface describes interacting with some persistent configuration for gh. type Config interface { - Root() *yaml.Node Hosts() ([]*HostConfig, error) Get(string, string) (string, error) Set(string, string, string) error