diff options
author | Russell Belfer <rb@github.com> | 2012-03-21 11:04:32 -0700 |
---|---|---|
committer | Russell Belfer <rb@github.com> | 2012-03-21 11:04:32 -0700 |
commit | d3dd775ea51580a9036d7ed91a66963d31158bcc (patch) | |
tree | 0911a59066df294056bf8c918a246e5a4b00e2fe /include/git2/diff.h | |
parent | e71b78b02b6f28d1cf94dc5023fe1faba3f4026c (diff) | |
parent | 7826d577599a19a5b1ada97c45932e3b909f5add (diff) | |
download | libgit2-d3dd775ea51580a9036d7ed91a66963d31158bcc.tar.gz |
Merge pull request #608 from schu/remove-unused-parameter
diff_output: remove unused parameter
Diffstat (limited to 'include/git2/diff.h')
-rw-r--r-- | include/git2/diff.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/git2/diff.h b/include/git2/diff.h index ba2e21c27..0176d1c2f 100644 --- a/include/git2/diff.h +++ b/include/git2/diff.h @@ -340,7 +340,6 @@ GIT_EXTERN(int) git_diff_print_patch( * Directly run a text diff on two blobs. */ GIT_EXTERN(int) git_diff_blobs( - git_repository *repo, git_blob *old_blob, git_blob *new_blob, git_diff_options *options, |