Skip to content

Commit 9863a81

Browse files
authored
Update parse-tree-visitor.h
1 parent 8128b87 commit 9863a81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flang/include/flang/Parser/parse-tree-visitor.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ template <typename A, typename V> void Walk(const A &x, V &visitor);
3434
template <typename A, typename M> void Walk(A &x, M &mutator);
3535

3636
namespace detail {
37-
3837
// A number of the Walk functions below call other Walk functions. Define
3938
// a dummy class, and put all of them in it to ensure that name lookup for
4039
// Walk considers all overloads (not just those defined prior to the call

0 commit comments

Comments
 (0)