remove dead code

This commit is contained in:
aarshkshah1992
2021-07-27 22:16:45 +05:30
parent 109a8242ae
commit 944aeed13e
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -614,7 +614,6 @@ func DagStoreWrapper(
Datastore: dagStoreDS,
GCInterval: 1 * time.Minute,
MaxConcurrentIndex: 5,
MaxConcurrentFetch: 2,
}
dsw, err := dagstore.NewDagStoreWrapper(cfg, lotusAccessor)