X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/72cd9a913f6d282c5e24990505c2c820bda2bf1b..e36ec1f41ffbe9f00db405c775201dbbc384c45c:/src/gram.h diff --git a/src/gram.h b/src/gram.h index 75b3b0a9..e502b781 100644 --- a/src/gram.h +++ b/src/gram.h @@ -229,9 +229,6 @@ size_t rule_rhs_length (rule *r); /* Print this rule's RHS on OUT. */ void rule_rhs_print (rule *r, FILE *out); -/* Print this rule on OUT. */ -void rule_print (rule *r, FILE *out); -