Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrosKyriakakis committed Jan 29, 2024
1 parent ff3ecfb commit 75f208b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions store/file/filestore.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ type fileStoreFactory struct {
settings *quickfix.Settings
}

func (f fileStoreFactory) GetStore() quickfix.MessageStore {
//TODO implement me
panic("implement me")
}

type fileStore struct {
sessionID quickfix.SessionID
cache quickfix.MessageStore
Expand Down

0 comments on commit 75f208b

Please sign in to comment.