Remove unrequired code.

This commit is contained in:
luk3yx 2020-04-27 23:49:42 +12:00
parent 7aed3aecf6
commit bc010422e6
1 changed files with 0 additions and 1 deletions

View File

@ -113,7 +113,6 @@ func (self *plaintextDatabase) FreeServers(servers []*lurkcoin.Server, save bool
if err != nil {
panic(err)
}
fn = ""
}
func (self *plaintextDatabase) CreateServer(name string) (*lurkcoin.Server, bool) {