aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/elixir_math_parser_lexer.xrl3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/elixir_math_parser_lexer.xrl b/src/elixir_math_parser_lexer.xrl
index d02a62c..a9e91b7 100644
--- a/src/elixir_math_parser_lexer.xrl
+++ b/src/elixir_math_parser_lexer.xrl
@@ -17,6 +17,3 @@ Rules.
{WHITESPACE}+ : skip_token.
Erlang code.
-% Given a ":name", chop off : and return name as an atom.
-to_atom([$:|Chars]) ->
- list_to_atom(Chars).