Skip to content

Commit

Permalink
refactor: inline clean. (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrrubinos authored Nov 12, 2023
1 parent d347c77 commit 357fd86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/njson_decoder.erl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
-module(njson_decoder).
-compile([
{inline, [
{next, 5},
{array, 5},
{array_close, 4},
{finalize, 5},
Expand All @@ -24,7 +23,6 @@
{chunk, 5},
{chunk, 6},
{do_unescape, 5},
{dec, 1},
{unicode, 4}
]}
]).
Expand Down

0 comments on commit 357fd86

Please sign in to comment.