summaryrefslogtreecommitdiff
path: root/compat/mmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat/mmap.c')
-rw-r--r--compat/mmap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/compat/mmap.c b/compat/mmap.c
index 4cfaee3..c9d46d1 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;
}
-