summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/git2/sys/transport.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/git2/sys/transport.h b/include/git2/sys/transport.h
index 8a8451592..062bcd0ed 100644
--- a/include/git2/sys/transport.h
+++ b/include/git2/sys/transport.h
@@ -25,15 +25,6 @@
GIT_BEGIN_DECL
-/**
- * Flags to pass to transport
- *
- * Currently unused.
- */
-typedef enum {
- GIT_TRANSPORTFLAGS_NONE = 0,
-} git_transport_flags_t;
-
typedef struct git_shallowarray git_shallowarray;
typedef struct {