mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 19:06:21 +00:00
Remove unused var
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user