Skip to content

Commit 2c9f28e

Browse files
author
José Valim
committed
Remove debug_info from unicode
1 parent 9decf4c commit 2c9f28e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/elixir/unicode/unicode.ex

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ end
1010

1111
defmodule String.Unicode do
1212
@moduledoc false
13-
@compile {:debug_info, false}
1413
def version, do: {7, 0, 0}
1514

1615
data_path = Path.join(__DIR__, "UnicodeData.txt")
@@ -205,7 +204,6 @@ end
205204

206205
defmodule String.Graphemes do
207206
@moduledoc false
208-
@compile {:debug_info, false}
209207

210208
cluster_path = Path.join(__DIR__, "GraphemeBreakProperty.txt")
211209
regex = ~r/(?:^([0-9A-F]+)(?:\.\.([0-9A-F]+))?)\s+;\s(\w+)/m
@@ -415,7 +413,6 @@ end
415413

416414
defmodule String.Normalizer do
417415
@moduledoc false
418-
@compile {:debug_info, false}
419416

420417
decomposition_path = Path.join(__DIR__, "Decomposition.txt")
421418

0 commit comments

Comments
 (0)