Skip to content

Commit

Permalink
remove redundant method name
Browse files Browse the repository at this point in the history
  • Loading branch information
krangelov committed Jan 5, 2024
1 parent 8e605ea commit dee0047
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/runtime/c/pgf/parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ class PGF_INTERNAL_DECL PgfLRTableMaker
typedef enum { INIT, PROBE, REPEAT } Fold;

void process(State *state, Fold fold, Item *item);
void syntagma(State *state, Fold fold, Item *item, ref<PgfSequence> seq, size_t sym_idx);
void symbol(State *state, Fold fold, Item *item, PgfSymbol sym);

template<class T>
Expand Down

0 comments on commit dee0047

Please sign in to comment.