Skip to content

Commit

Permalink
refactor: remove unused alias
Browse files Browse the repository at this point in the history
  • Loading branch information
alandefreitas committed Nov 13, 2024
1 parent efccb11 commit df43d87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/Gen/hbs/HandlebarsCorpus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ getJavadoc(
else if constexpr (std::ranges::range<T>)
{
// Range value type
using U = std::ranges::range_value_t<T>;
for(doc::Node const* t : I)
s += toStringFn(*this, *t);
}
Expand Down

0 comments on commit df43d87

Please sign in to comment.