mirror of
https://github.com/logseq/logseq.git
synced 2026-05-17 17:32:35 +00:00
chore: remove unused fn
This commit is contained in:
@@ -29,13 +29,6 @@
|
||||
[]
|
||||
(.toString (fs/readFileSync 0) "utf8"))
|
||||
|
||||
(defn- stdin-available?
|
||||
[]
|
||||
(try
|
||||
(let [stat (fs/fstatSync 0)]
|
||||
(or (.isFIFO stat) (.isFile stat)))
|
||||
(catch :default _ false)))
|
||||
|
||||
(defn- normalize-stdin-id
|
||||
[value]
|
||||
(let [text (string/trim (or value ""))]
|
||||
|
||||
Reference in New Issue
Block a user