summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLukas Berk <lberk@redhat.com>2019-11-27 22:40:17 -0500
committerLukas Berk <lberk@redhat.com>2019-11-27 22:40:17 -0500
commit5ace4ccf3949b2e6e40a80191a7e3e3f70ae6c85 (patch)
treef373963ddf443b38054ea7ec8bb482f8a9c10cca /include
parent3739a15c0060f51d4ba8ec0a6e8c75839a996e9b (diff)
downloadlibgit2-5ace4ccf3949b2e6e40a80191a7e3e3f70ae6c85.tar.gz
Move deprecated git_attr_t typedef to previous attribute section
Diffstat (limited to 'include')
-rw-r--r--include/git2/deprecated.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/git2/deprecated.h b/include/git2/deprecated.h
index 6e222dcd5..7eb21dc9c 100644
--- a/include/git2/deprecated.h
+++ b/include/git2/deprecated.h
@@ -67,19 +67,6 @@ GIT_BEGIN_DECL
#define GIT_ATTR_FALSE(attr) GIT_ATTR_IS_FALSE(attr)
#define GIT_ATTR_UNSPECIFIED(attr) GIT_ATTR_IS_UNSPECIFIED(attr)
-/**@}*/
-
-/** @name Deprecated Attribute type
- *
- * These enumeration values are retained for backward compatibility.
- * The newer versions of these functions should be preferred in all
- * new code.
- *
- * There is no plan to remove these backward compatibility values at
- * this time.
- */
-/**@{*/
-
typedef git_attr_value_t git_attr_t;
/**@}*/