X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/7aaaad6c6dc0fae412d608dcf20a3977d8902cd1..06ec0105b12cdfa2994283e345154e6720354808:/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); -