diff options
| author | Philip Kelley <phkelley@hotmail.com> | 2012-10-29 13:41:14 -0400 |
|---|---|---|
| committer | Philip Kelley <phkelley@hotmail.com> | 2012-11-01 09:02:33 -0400 |
| commit | 41fb1ca0ec51ad1d2a14b911aab3215e42965d1b (patch) | |
| tree | 8e2e8b7bfa136602a424a8e9f23189a5618a0c2e /src/common.h | |
| parent | a0ce87c51c1a3b1b3b674902148ad28d8e5fa32d (diff) | |
| download | libgit2-41fb1ca0ec51ad1d2a14b911aab3215e42965d1b.tar.gz | |
Reorganize transport architecture (squashed 3)
Diffstat (limited to 'src/common.h')
| -rw-r--r-- | src/common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common.h b/src/common.h index 747bbf7ce..a35239e3d 100644 --- a/src/common.h +++ b/src/common.h @@ -69,7 +69,4 @@ void giterr_set_regex(const regex_t *regex, int error_code); #include "util.h" -typedef struct git_transport git_transport; -typedef struct gitno_buffer gitno_buffer; - #endif /* INCLUDE_common_h__ */ |
