summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/math-map.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/math-map.lua')
-rw-r--r--tex/context/base/mkiv/math-map.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/math-map.lua b/tex/context/base/mkiv/math-map.lua
index cf9353e95..f1b0c14e3 100644
--- a/tex/context/base/mkiv/math-map.lua
+++ b/tex/context/base/mkiv/math-map.lua
@@ -33,7 +33,6 @@ if not modules then modules = { } end modules ['math-map'] = {
-- plus add them to the regular vectors below so that they honor \it etc
local type, next = type, next
-local floor, div = math.floor, math.div
local merged, sortedhash = table.merged, table.sortedhash
local extract = bit32.extract