Skip to content

Commit

Permalink
revert some of Daniels work
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanssen2 committed Dec 14, 2023
1 parent c43f5f2 commit 0fbf99d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions src/cpp.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2482,12 +2482,6 @@ void Printer::Cpp::backtrack_footer(const AST &ast) {
print_subopt_fn(ast);
}

void Printer::Cpp::backtrack_tree_footer(const AST &ast) {
print_backtrack_fn(ast);
print_backtrack_pp(ast);
print_subopt_fn(ast);
}

void Printer::Cpp::print_value_pp(const AST &ast) {
stream << indent() << "template <typename Value>";
stream << " void print_result(std::ostream &out, "
Expand Down
2 changes: 0 additions & 2 deletions src/cpp.hh
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ class Cpp : public Base {

void print(const Type::Multi &expr);

void enum_graph_print();
void header(const AST &ast);
void header_footer(const AST &ast);
void footer(const AST &ast);
Expand All @@ -200,7 +199,6 @@ class Cpp : public Base {

public:
void backtrack_footer(const AST &ast);
void backtrack_tree_footer(const AST &ast);

private:
void print(const std::list<Statement::Var_Decl*> &l);
Expand Down

0 comments on commit 0fbf99d

Please sign in to comment.