diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-11-14 22:20:38 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-11-14 22:20:38 -0800 |
| commit | de0c983808aa6f2aff2bcba031f0e896ae5300db (patch) | |
| tree | 4efc67a28a395c1024bc06056888c9dc502d4cc4 /weed/util/config.go | |
| parent | c6e8225a2090acce1e97ff110c5b4999e1d1c408 (diff) | |
| download | seaweedfs-de0c983808aa6f2aff2bcba031f0e896ae5300db.tar.xz seaweedfs-de0c983808aa6f2aff2bcba031f0e896ae5300db.zip | |
refactoring scaffolding for master.toml
Diffstat (limited to 'weed/util/config.go')
| -rw-r--r-- | weed/util/config.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/weed/util/config.go b/weed/util/config.go index 0ace53a37..84f146bc8 100644 --- a/weed/util/config.go +++ b/weed/util/config.go @@ -41,7 +41,3 @@ func LoadConfiguration(configFileName string, required bool) (loaded bool) { return true } - -func Config() Configuration { - return viper.GetViper() -} |
