Skip to content

Commit daf4d3b

Browse files
committed
Remove unused variable
1 parent ebfb167 commit daf4d3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/subcommand/merge_subcommand.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ int populate_list(const git_oid* oid, void* payload)
128128
void merge_subcommand::run()
129129
{
130130
auto directory = get_current_git_path();
131-
auto bare = false;
132131
auto repo = repository_wrapper::open(directory);
133132
auto state = repo.state();
134133
index_wrapper index = repo.make_index();

0 commit comments

Comments
 (0)