forked from GitHub/gf-core
remove redundant method name
This commit is contained in:
@@ -74,7 +74,6 @@ class PGF_INTERNAL_DECL PgfLRTableMaker
|
|||||||
typedef enum { INIT, PROBE, REPEAT } Fold;
|
typedef enum { INIT, PROBE, REPEAT } Fold;
|
||||||
|
|
||||||
void process(State *state, Fold fold, Item *item);
|
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);
|
void symbol(State *state, Fold fold, Item *item, PgfSymbol sym);
|
||||||
|
|
||||||
template<class T>
|
template<class T>
|
||||||
|
|||||||
Reference in New Issue
Block a user