Skip to content

Commit 29cb218

Browse files
committed
Remove comment from implementation.
1 parent 36552a0 commit 29cb218

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/rugged/rugged_diff.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,6 @@ static VALUE rb_git_diff_from_buffer(VALUE self, VALUE rb_buffer)
667667
{
668668
git_diff *diff = NULL;
669669
const char *buffer;
670-
// const char *buffer = "diff --git a/file b/file\nnew file mode 100644\nindex 0000000..d5f7fc3\n--- /dev/null\n+++ b/file\n@@ -0,0 +1 @@\n+added\n" ;
671670
size_t len;
672671
VALUE rb_diff;
673672
int error;

0 commit comments

Comments
 (0)