Skip to content

Commit 6db8a27

Browse files
committed
remove visitor comment
Signed-off-by: Xiaodong Ye <yeahdongcn@gmail.com>
1 parent e8bc633 commit 6db8a27

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test-backend-ops.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,6 @@ struct console_printer : public printer {
605605
}
606606
}
607607

608-
// Visitor pattern implementations
609608
void print_operation(const test_operation_info& info) override {
610609
printf(" %s(%s): ", info.op_name.c_str(), info.op_params.c_str());
611610
fflush(stdout);

0 commit comments

Comments
 (0)