From 71e6d97f799732a84405f5642306d4595f745ffa Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Tue, 1 Nov 2016 13:55:05 +0000 Subject: [PATCH] Remove outdated comment --- src/github.com/matrix-org/go-neb/database/db.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/github.com/matrix-org/go-neb/database/db.go b/src/github.com/matrix-org/go-neb/database/db.go index d8aa9fc..87380ad 100644 --- a/src/github.com/matrix-org/go-neb/database/db.go +++ b/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.