summaryrefslogtreecommitdiff
path: root/include/git2
diff options
context:
space:
mode:
authorLambert CLARA <lambert.clara@yahoo.fr>2011-07-09 14:53:00 +0200
committerVicent Marti <tanoku@gmail.com>2011-07-11 03:00:34 +0200
commit5f35d0ce771d8d16bb1180ea0d4362a8836b4a99 (patch)
tree5a0a7c6fbd6dc35bdd2247b8350f2e1a3e0e2626 /include/git2
parentbdd18829ad6179947565dcb5b267163c37a045c9 (diff)
downloadlibgit2-5f35d0ce771d8d16bb1180ea0d4362a8836b4a99.tar.gz
Remove the last reference of git_net_direction enum
Diffstat (limited to 'include/git2')
-rw-r--r--include/git2/types.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/git2/types.h b/include/git2/types.h
index 41d548234..256393e72 100644
--- a/include/git2/types.h
+++ b/include/git2/types.h
@@ -180,9 +180,6 @@ typedef struct git_remote git_remote;
/** A transport to use */
typedef struct git_transport git_transport;
-/** Whether to push or pull */
-typedef enum git_net_direction git_net_direction;
-
typedef int (*git_transport_cb)(git_transport **transport);
typedef struct git_remote_head git_remote_head;