From 10678f4ba3fc5165a0215029aa4ceeed3a297dca Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 26 Nov 2020 13:13:44 +0100 Subject: manager: move legacy store from conf Signed-off-by: Jason A. Donenfeld --- conf/store.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'conf/store.go') diff --git a/conf/store.go b/conf/store.go index 9a0f8c7d..5cc2ce46 100644 --- a/conf/store.go +++ b/conf/store.go @@ -132,10 +132,6 @@ func LoadFromName(name string) (*Config, error) { } func LoadFromPath(path string) (*Config, error) { - if !disableAutoMigration { - tunnelConfigurationsDirectory() // Provoke migrations, if needed. - } - name, err := NameFromPath(path) if err != nil { return nil, err -- cgit v1.2.3-59-g8ed1b