aboutsummaryrefslogtreecommitdiff
path: root/object/commit/extraheader.go
diff options
context:
space:
mode:
Diffstat (limited to 'object/commit/extraheader.go')
-rw-r--r--object/commit/extraheader.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/object/commit/extraheader.go b/object/commit/extraheader.go
deleted file mode 100644
index 79d4f9cc..00000000
--- a/object/commit/extraheader.go
+++ /dev/null
@@ -1,7 +0,0 @@
-package commit
-
-// ExtraHeader represents an extra header in a Git object.
-type ExtraHeader struct {
- Key string
- Value []byte
-}