From f0cabc65e9124fa9503cd18bbea27a56bf213501 Mon Sep 17 00:00:00 2001 From: rcmerci Date: Sat, 7 Mar 2026 21:53:47 +0800 Subject: [PATCH] chore: remove unused fn --- src/main/logseq/cli/command/show.cljs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/main/logseq/cli/command/show.cljs b/src/main/logseq/cli/command/show.cljs index a65203e50a..0ab5106279 100644 --- a/src/main/logseq/cli/command/show.cljs +++ b/src/main/logseq/cli/command/show.cljs @@ -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 ""))]