chore: remove unused fn

This commit is contained in:
rcmerci
2026-03-07 21:53:47 +08:00
parent 900ebf210e
commit f0cabc65e9

View File

@@ -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 ""))]