diff options
Diffstat (limited to 'state/state.go')
-rw-r--r-- | state/state.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/state/state.go b/state/state.go index b8a48d4..c43071b 100644 --- a/state/state.go +++ b/state/state.go @@ -25,8 +25,6 @@ type ProcessState struct { // caller about the number of entries that are being // downloaded for a feed. FeedResultChan chan FeedResult - // Number of feeds that are being processed. - FeedsProcessing int } func NewProcessState() *ProcessState { |