From 9c5f38618a76190882850db99900b99b7ac66131 Mon Sep 17 00:00:00 2001 From: ingesolvoll Date: Wed, 17 Nov 2021 19:14:39 +0100 Subject: [PATCH] Build file cleanup --- build.clj | 1 - 1 file changed, 1 deletion(-) diff --git a/build.clj b/build.clj index 1661b6a..2a9a023 100644 --- a/build.clj +++ b/build.clj @@ -1,7 +1,6 @@ (ns build (:require [clojure.string :as str] - [clojure.tools.build.api :as b] [org.corfield.build :as bb])) (def lib 'glimt/glimt)