Remove unused var

This commit is contained in:
Gabriel Horner
2022-10-28 09:49:45 -04:00
parent 983478d3ad
commit b3464c8c11

View File

@@ -461,15 +461,6 @@
(contains-path? (relative-path path))
(boolean)))
(defn- diffs->filetxns
[]
(comp
(map diff->filetxns)
cat
(remove ignored?)
distinct-update-filetxns-xf
remove-deleted-filetxns-xf))
(defn- diffs->partitioned-filetxns
"transducer.
1. diff -> `FileTxn` , see also `<get-diff`