From d56ea970b695b3c11b719b1c6fcf900f4ae3f886 Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Tue, 8 Feb 2022 19:42:31 -0500 Subject: [PATCH] Remove unused `from-keyword` function --- src/ludus/token.clj | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ludus/token.clj b/src/ludus/token.clj index 71ceb48..e3d8d58 100644 --- a/src/ludus/token.clj +++ b/src/ludus/token.clj @@ -9,6 +9,3 @@ ::literal literal ::line line ::start start})) - -(defn from-keyword [kw] - (keyword "ludus.token" kw))