diff options
Diffstat (limited to 'svc')
-rw-r--r-- | svc/init_test.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/svc/init_test.go b/svc/init_test.go index bc77ddc..314d5f4 100644 --- a/svc/init_test.go +++ b/svc/init_test.go @@ -18,7 +18,6 @@ var ( testport string initTestOnce sync.Once initDBOnce sync.Once - initPersOnce sync.Once ) func initTestConf() { @@ -41,12 +40,6 @@ func initTestDB() { }) } -func initTestPers() { - initPersOnce.Do(func() { - initPersistence() - }) -} - func logToNull() { hush, err := os.Open("/dev/null") if err != nil { |