aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--difftrees.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/difftrees.go b/difftrees.go
index c6f4db6e..ea21687c 100644
--- a/difftrees.go
+++ b/difftrees.go
@@ -19,13 +19,10 @@ type TreeDiffEntry struct {
// Path is the full slash-separated path relative to the root
// of the repository.
Path []byte
-
// Kind indicates the type of difference.
Kind TreeDiffEntryKind
-
// Old is the old tree entry (nil iff added).
Old *TreeEntry
-
// New is the new tree entry (nil iff deleted).
New *TreeEntry
}