summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/git2/types.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/git2/types.h b/include/git2/types.h
index 256393e72..9d14c3e2f 100644
--- a/include/git2/types.h
+++ b/include/git2/types.h
@@ -185,12 +185,6 @@ typedef int (*git_transport_cb)(git_transport **transport);
typedef struct git_remote_head git_remote_head;
typedef struct git_headarray git_headarray;
-/* Several types of packets */
-typedef enum git_pkt_type git_pkt_type;
-typedef struct git_pkt git_pkt;
-typedef struct git_pkt_cmd git_pkt_cmd;
-typedef struct git_pkt_ref git_pkt_ref;
-
/** @} */
GIT_END_DECL