From d13b9a90bc177225c3d91c2d37cd94a6b2f9ef38 Mon Sep 17 00:00:00 2001
From: Daniel Ehrenberg <ehrenbed@carleton.edu>
Date: Wed, 13 Feb 2008 18:35:16 -0600
Subject: [PATCH] Removing const reference

---
 extra/unicode/data/data.factor | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extra/unicode/data/data.factor b/extra/unicode/data/data.factor
index c579d1fdfd..8c9a233975 100644
--- a/extra/unicode/data/data.factor
+++ b/extra/unicode/data/data.factor
@@ -1,6 +1,6 @@
 USING: assocs math kernel sequences io.files hashtables
 quotations splitting arrays math.parser combinators.lib hash2
-byte-arrays words namespaces words compiler.units const ;
+byte-arrays words namespaces words compiler.units ;
 IN: unicode.data
 
 ! Convenience functions