diff options
| author | Patrick Steinhardt <ps@pks.im> | 2017-01-27 14:32:23 +0100 |
|---|---|---|
| committer | Patrick Steinhardt <ps@pks.im> | 2017-02-17 11:41:06 +0100 |
| commit | 13c3bc9adf7c3e467c6d1a577859bf31d551022b (patch) | |
| tree | d7623e1d522636bdb55f2d76118a18473ce56158 /src/attr.c | |
| parent | a13cfd2af2aa2f9be660fc1c789405b5188b904d (diff) | |
| download | libgit2-13c3bc9adf7c3e467c6d1a577859bf31d551022b.tar.gz | |
strmap: remove GIT__USE_STRMAP macro
Diffstat (limited to 'src/attr.c')
| -rw-r--r-- | src/attr.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/attr.c b/src/attr.c index 4023526e5..999f41318 100644 --- a/src/attr.c +++ b/src/attr.c @@ -7,8 +7,6 @@ #include "git2/oid.h" #include <ctype.h> -GIT__USE_STRMAP - const char *git_attr__true = "[internal]__TRUE__"; const char *git_attr__false = "[internal]__FALSE__"; const char *git_attr__unset = "[internal]__UNSET__"; |
