Skip to content

Commit 2b4aff3

Browse files
committed
graph/db: remove outdated comment
1 parent 989a783 commit 2b4aff3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

graph/db/graph.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ import (
2424
var ErrChanGraphShuttingDown = fmt.Errorf("ChannelGraph shutting down")
2525

2626
// ChannelGraph is a layer above the graph's CRUD layer.
27-
//
28-
// NOTE: currently, this is purely a pass-through layer directly to the backing
29-
// KVStore. Upcoming commits will move the graph cache out of the KVStore and
30-
// into this layer so that the KVStore is only responsible for CRUD operations.
3127
type ChannelGraph struct {
3228
started atomic.Bool
3329
stopped atomic.Bool

0 commit comments

Comments
 (0)