Remove comment + CHANGELOG

This commit is contained in:
Hans Svensson
2019-09-12 21:20:19 +02:00
parent f34b6ed982
commit 457f9cf4ea
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -95,7 +95,6 @@ parse_char([$', C, $']) -> C.
unescape(Str) -> unescape(Str, []).
%% TODO: numeric escapes
unescape([$"], Acc) ->
list_to_binary(lists:reverse(Acc));
unescape([$\\, $x, D1, D2 | Chars ], Acc) ->