diff options
| author | Patrick Steinhardt <ps@pks.im> | 2017-02-02 11:58:48 +0100 |
|---|---|---|
| committer | Patrick Steinhardt <ps@pks.im> | 2017-02-17 11:41:06 +0100 |
| commit | 8f5fe903d629309cf711bf3c7a0c8e9b6826b0a0 (patch) | |
| tree | 7443f2c8eadd4d68e80241775f8a47eac97516ac /src/offmap.c | |
| parent | cf6124d68b8a7a2b98e7191fa4c4a5a149c09420 (diff) | |
| download | libgit2-8f5fe903d629309cf711bf3c7a0c8e9b6826b0a0.tar.gz | |
offmap: remove GIT__USE_OFFMAP macro
Diffstat (limited to 'src/offmap.c')
| -rw-r--r-- | src/offmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/offmap.c b/src/offmap.c index 3f51f6e0c..023c9b417 100644 --- a/src/offmap.c +++ b/src/offmap.c @@ -7,7 +7,7 @@ #include "offmap.h" -GIT__USE_OFFMAP +__KHASH_IMPL(off, static kh_inline, git_off_t, void *, 1, kh_int64_hash_func, kh_int64_hash_equal) git_offmap *git_offmap_alloc(void) { |
