tree.c
31.2 KB
-
treebuilder: remove shadowing variable in `write_with_buffer` · 8d1e71f5
The `git_tree_entry *entry` variable is defined twice inside of this function. While this is not a problem currently, remove the shadowing variable to avoid future confusion.
Patrick Steinhardt committed