about summary refs log tree commit diff stats
path: root/src/data
diff options
context:
space:
mode:
Diffstat (limited to 'src/data')
-rw-r--r--src/data/idna.nim9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/data/idna.nim b/src/data/idna.nim
index b636aa8c..451792a2 100644
--- a/src/data/idna.nim
+++ b/src/data/idna.nim
@@ -135,14 +135,7 @@ func loadStuff(s: string): (FullMap[cstring], # Map
     of "ignored":
       add(firstcol, add_ignore)
 
-when defined(release) or defined(small):
-  const (MappedMap,
-         DisallowedRanges,
-         Disallowed,
-         Ignored,
-         Deviation) = loadStuff(IdnaMappingTable)
-else:
-  let (MappedMap,
+const (MappedMap,
        DisallowedRanges,
        Disallowed,
        Ignored,