From c85ae7dbdf749733372146e0e178622b76c0369b Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 5 Oct 2020 18:18:41 +0200 Subject: [PATCH] :fire: Remove unused code. --- common/app/common/data.cljc | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/app/common/data.cljc b/common/app/common/data.cljc index 43371371e2..c938e0b757 100644 --- a/common/app/common/data.cljc +++ b/common/app/common/data.cljc @@ -13,8 +13,6 @@ :clj [clojure.edn :as r]) #?(:cljs [cljs.core :as core] :clj [clojure.core :as core])) - #?(:cljs - (:require-macros [app.common.data])) #?(:clj (:import linked.set.LinkedSet)))