diff --git a/store/file/filestore.go b/store/file/filestore.go index 1e2ae46fb..4a3dadb5d 100644 --- a/store/file/filestore.go +++ b/store/file/filestore.go @@ -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