Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
diiyw committed May 5, 2024
1 parent 870dfd5 commit 6b821c4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ func (m *metadata) isOk() bool {
return m.ok
}

func (m *metadata) markChanged() {
if m.ok {
m.key.changed = true
}
}

func (m *metadata) commit() {
m.ds = nil
m.key = nil
Expand Down

0 comments on commit 6b821c4

Please sign in to comment.