From 277319fa392f5ee9f21eedf2c4d224739f045690 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 16 Mar 2025 14:53:45 +0530 Subject: Add common functions for handling cljcc compiler --- cljcc-compiler/src/cljcc/util.cljc | 2 -- 1 file changed, 2 deletions(-) (limited to 'cljcc-compiler/src/cljcc/util.cljc') diff --git a/cljcc-compiler/src/cljcc/util.cljc b/cljcc-compiler/src/cljcc/util.cljc index 4c56ab9..00f11dc 100644 --- a/cljcc-compiler/src/cljcc/util.cljc +++ b/cljcc-compiler/src/cljcc/util.cljc @@ -6,8 +6,6 @@ (def ^:private counter "Global integer counter for generating unique identifier names." (atom 0)) -(set! *warn-on-reflection* true) - (defn create-identifier! "Returns a unique identifier. Used for generating unique identifier. -- cgit v1.2.3