This commit is contained in:
Zach Musgrave
2023-06-06 11:14:40 -07:00
parent 36d20de701
commit dad01497bb

View File

@@ -91,7 +91,6 @@ func newEmptyDatabaseSessionState() *DatabaseSessionState {
return &DatabaseSessionState{
heads: make(map[string]*branchState),
headCache: make(map[string]*SessionCache),
databaseCache: newDatabaseCache(),
}
}