aboutsummaryrefslogtreecommitdiff
path: root/luxc/src/lux/analyser/proc/common.clj
diff options
context:
space:
mode:
Diffstat (limited to 'luxc/src/lux/analyser/proc/common.clj')
-rw-r--r--luxc/src/lux/analyser/proc/common.clj2
1 files changed, 0 insertions, 2 deletions
diff --git a/luxc/src/lux/analyser/proc/common.clj b/luxc/src/lux/analyser/proc/common.clj
index 4d2f40277..359fcb314 100644
--- a/luxc/src/lux/analyser/proc/common.clj
+++ b/luxc/src/lux/analyser/proc/common.clj
@@ -84,7 +84,6 @@
(&/|list)))))))
^:private analyse-text-size "size"
- ^:private analyse-text-hash "hash"
)
(defn ^:private analyse-text-char [analyse exo-type ?values]
@@ -425,7 +424,6 @@
"lux text clip" (analyse-text-clip analyse exo-type ?values)
"lux text index" (analyse-text-index analyse exo-type ?values)
"lux text size" (analyse-text-size analyse exo-type ?values)
- "lux text hash" (analyse-text-hash analyse exo-type ?values)
"lux text char" (analyse-text-char analyse exo-type ?values)
"lux array new" (analyse-array-new analyse exo-type ?values)