* - None.
* \post
* - All dynamic memory allocated during invocations of
- * \c code_props_translate_code or \c translate_rule_action (if any) has
- * been freed. All \c code_props instances may now be invalid.
+ * \c code_props_translate_code (if any) has been freed. All \c code_props
+ * instances may now be invalid.
*/
void code_scanner_free (void);
-/* The action of the rule R contains $$, $1 etc. referring to the values
- of the rule R. */
-char const *translate_rule_action (struct symbol_list *r);
-
#endif /* !SCAN_CODE_H_ */