Remove unused -file attribute on ec_semver_parser
This commit is contained in:
parent
d9874feccf
commit
01e08a3605
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ parse(Input) when is_binary(Input) ->
|
||||||
|
|
||||||
|
|
||||||
transform(_,Node,_Index) -> Node.
|
transform(_,Node,_Index) -> Node.
|
||||||
-file("peg_includes.hrl", 1).
|
|
||||||
-type index() :: {{line, pos_integer()}, {column, pos_integer()}}.
|
-type index() :: {{line, pos_integer()}, {column, pos_integer()}}.
|
||||||
-type input() :: binary().
|
-type input() :: binary().
|
||||||
-type parse_failure() :: {fail, term()}.
|
-type parse_failure() :: {fail, term()}.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue