remove unused function

This commit is contained in:
chrislu
2024-06-25 09:18:11 -07:00
parent 9ac1023362
commit 90182e97fe
3 changed files with 0 additions and 10 deletions

View File

@@ -30,7 +30,3 @@ func (m *MemorySequencer) SetMax(seenValue uint64) {
m.counter = seenValue + 1
}
}
func (m *MemorySequencer) Peek() uint64 {
return m.counter
}