Browse Source

Remove outdated comment

kegan/db-interface
Kegan Dougal 8 years ago
parent
commit
71e6d97f79
  1. 2
      src/github.com/matrix-org/go-neb/database/db.go

2
src/github.com/matrix-org/go-neb/database/db.go

@ -15,8 +15,6 @@ type ServiceDB struct {
}
// A single global instance of the service DB.
// XXX: I can't think of any way of doing this without one without creating
// cyclical dependencies somewhere -- Kegan
var globalServiceDB Storer
// SetServiceDB sets the global service DB instance.

Loading…
Cancel
Save