summaryrefslogtreecommitdiff
path: root/tex/context/base/core-con.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/core-con.lua')
-rw-r--r--tex/context/base/core-con.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/tex/context/base/core-con.lua b/tex/context/base/core-con.lua
index 96f3a00ea..11558102e 100644
--- a/tex/context/base/core-con.lua
+++ b/tex/context/base/core-con.lua
@@ -16,8 +16,6 @@ slower but look nicer this way.</p>
local command, context = commands, context
-local utf = unicode.utf8
-
local floor, date, time, concat = math.floor, os.date, os.time, table.concat
local lower, format, rep, match = string.lower, string.format, string.rep, string.match
local utfchar, utfbyte = utf.char, utf.byte