Skip to content

Commit

Permalink
Remove duplicated repo->open calls.
Browse files Browse the repository at this point in the history
  • Loading branch information
phmarek committed Nov 23, 2021
1 parent 4f791f3 commit f39cc00
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/commit.c
Original file line number Diff line number Diff line change
Expand Up @@ -797,10 +797,6 @@ svn_error_t *ci__directory(const svn_delta_editor_t *editor,

DEBUGP("opening %s with base %llu", filename,
(t_ull)current_url->current_rev);
status_svn= (S_ISDIR(sts->st.mode) ?
editor->open_directory : editor->open_file)
( utf8_filename, dir_baton, current_url->current_rev,
subpool, &baton);
TEST_FOR_OUT_OF_DATE(sts, status_svn,
"%s(%s) returns %d",
S_ISDIR(sts->st.mode) ? "open_directory" : "open_file",
Expand Down

0 comments on commit f39cc00

Please sign in to comment.