+ * @param[in,out] ptn Updated new parse-tree */ static int pt_expand1_co(cligen_handle h, @@ -624,8 +625,6 @@ pt_expand1_co(cligen_handle h, int retval = -1; cg_var *cv; cg_obj *con = NULL; - cg_obj *coref = NULL; - cg_callback *callbacks = NULL; if (co_...