diff options
author | Brad Morgan <brad@dmgctrl.com> | 2013-05-10 09:40:14 -0400 |
---|---|---|
committer | Brad Morgan <brad@dmgctrl.com> | 2013-05-10 09:40:14 -0400 |
commit | 89ea0e51814bc3161fd8fc62045cdabbedf41a2c (patch) | |
tree | 40e3b7a05d47ea809215b0a12d075ed34f055f32 /include | |
parent | b4d81a00bf97260eff52345047a14c93de6fddc0 (diff) | |
download | libgit2-89ea0e51814bc3161fd8fc62045cdabbedf41a2c.tar.gz |
Removed ifdef
Diffstat (limited to 'include')
-rw-r--r-- | include/git2/transport.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/git2/transport.h b/include/git2/transport.h index 48a35b549..81bb3abe1 100644 --- a/include/git2/transport.h +++ b/include/git2/transport.h @@ -31,10 +31,8 @@ GIT_BEGIN_DECL typedef enum { /* git_cred_userpass_plaintext */ GIT_CREDTYPE_USERPASS_PLAINTEXT = 1, -#ifdef GIT_SSH GIT_CREDTYPE_SSH_KEYFILE_PASSPHRASE = 2, GIT_CREDTYPE_SSH_PUBLICKEY = 3, -#endif } git_credtype_t; /* The base structure for all credential types */ |