summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fern.go2
-rw-r--r--state/state.go2
2 files changed, 0 insertions, 4 deletions
diff --git a/fern.go b/fern.go
index 5f766fd..8735d61 100644
--- a/fern.go
+++ b/fern.go
@@ -25,8 +25,6 @@ func init() {
}
pState = state.NewProcessState()
- pState.YDLPath = fConf.YDLPath
- pState.DumpDir = fConf.DumpDir
// Open database.
pState.DB, err = db.Open()
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