Remove deprecated field

This commit is contained in:
Qian Wang 2018-12-12 19:50:11 +00:00
parent 36a743c3ca
commit 55780fc85d
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ type rawConfig struct {
WebServerAddr string WebServerAddr string
PrivateKey string PrivateKey string
AdminUID string AdminUID string
SingleUser bool
} }
type stateManager interface { type stateManager interface {
ParseConfig(string) error ParseConfig(string) error