src: remove erroneous default argument in RadixTree · nodejs/node@6620df1 · GitHub
Skip to content

Commit 6620df1

Browse files
tniessenUlisesGascon
authored andcommitted
src: remove erroneous default argument in RadixTree
This default argument can never benefit any potential caller because any call site that occurs after this definition will result in a compiler error due to RadixTree::Lookup(const std::string_view&) now being an ambiguous call target. PR-URL: #50736 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 00f7a5d commit 6620df1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/permission/fs_permission.cc

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)