diff --git a/internal/bsr/internal/journal/journal.go b/internal/bsr/internal/journal/journal.go index e461a34f9a..2355fc59ea 100644 --- a/internal/bsr/internal/journal/journal.go +++ b/internal/bsr/internal/journal/journal.go @@ -62,11 +62,6 @@ func (j *Journal) Record(op, f string) error { return err } -// WriteAndClose writes and closes the journal -func (j *Journal) WriteAndClose(b []byte) (int, error) { - panic("not implemented") -} - // File is a writable file that will update a Journal as it closed. type File struct { j *Journal