Skip to content

Commit 6e37fe6

Browse files
authored
Remove redundant declare of present+reset! (#809)
1 parent 6ec5907 commit 6e37fe6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/nextjournal/clerk/webserver.clj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,6 @@
213213
(apply swap! nextjournal.clerk.atom/my-state (eval '[update :counter inc]))
214214
(eval '(nextjournal.clerk/recompute!)))
215215

216-
(declare present+reset!)
217-
218216
(defn get-build-opts
219217
([] (get-build-opts @!server))
220218
([{:as opts :keys [paths paths-fn index]}]

0 commit comments

Comments
 (0)