Skip to content

Commit

Permalink
Remove unused function.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 301476245
  • Loading branch information
hzeller committed Mar 17, 2020
1 parent d9f1ee0 commit 3bd3970
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions verilog/formatting/tree_unwrapper_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -313,13 +313,6 @@ ExpectedUnwrappedLineTree L(int spaces,
return ExpectedUnwrappedLineTree(ExpectedUnwrappedLine(spaces, tokens));
}

// NL composes the above node and leaf where the indentation level is the same.
// This is useful for contexts like single-statement lists.
ExpectedUnwrappedLineTree NL(int spaces,
std::initializer_list<absl::string_view> tokens) {
return N(spaces, L(spaces, tokens));
}

// Node function aliases for readability.
// Can't use const auto& Alias = N; because N is overloaded.
#define ModuleDeclaration N
Expand Down

0 comments on commit 3bd3970

Please sign in to comment.