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/sortedcache.c | |
| parent | a13cfd2af2aa2f9be660fc1c789405b5188b904d (diff) | |
| download | libgit2-13c3bc9adf7c3e467c6d1a577859bf31d551022b.tar.gz | |
strmap: remove GIT__USE_STRMAP macro
Diffstat (limited to 'src/sortedcache.c')
| -rw-r--r-- | src/sortedcache.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sortedcache.c b/src/sortedcache.c index 20e137e91..cc322d478 100644 --- a/src/sortedcache.c +++ b/src/sortedcache.c @@ -1,7 +1,5 @@ #include "sortedcache.h" -GIT__USE_STRMAP - int git_sortedcache_new( git_sortedcache **out, size_t item_path_offset, |
