diff options
Diffstat (limited to 'compat')
-rw-r--r-- | compat/mmap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compat/mmap.c b/compat/mmap.c index 4cfaee3136..c9d46d1742 100644 --- a/compat/mmap.c +++ b/compat/mmap.c @@ -40,4 +40,3 @@ int git_munmap(void *start, size_t length) free(start); return 0; } - |