From e45715e188255f03107187eb9af103d7b81c9a06 Mon Sep 17 00:00:00 2001 From: siddharth Date: Mon, 29 Nov 2021 21:12:39 -0500 Subject: state: update ProcessState Remove unused fields -- YDLPath and DumpDir. --- state/state.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'state/state.go') diff --git a/state/state.go b/state/state.go index 9547673..b8a48d4 100644 --- a/state/state.go +++ b/state/state.go @@ -20,8 +20,6 @@ type EntryResult struct { } type ProcessState struct { - YDLPath string - DumpDir string DB *db.FernDB // Channel for Feed.Process goroutines to communicate to the // caller about the number of entries that are being -- cgit v1.2.3