X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/a70083a3ed3fc3f69e0bed00220614f9d8263994..8f52a1e790ca98162fc0625d81f3a032800d025e:/src/state.h diff --git a/src/state.h b/src/state.h index 43e6809b..615c7d5c 100644 --- a/src/state.h +++ b/src/state.h @@ -130,9 +130,4 @@ typedef struct reductions } reductions; -extern int nstates; -extern core *first_state; -extern shifts *first_shift; -extern reductions *first_reduction; - #endif /* !STATE_H_ */