X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=compat%2Fmmap.c;h=c9d46d174259f42a3e2a2eb073475aba517044be;hb=0eb5ebc1d862737ea2b313d0d77d120b3d114099;hp=4cfaee31361d98d2c8f68d250609b09130335baa;hpb=31c74ca67162674e3ff8fcc294b75881c3e7cc15;p=git.git diff --git a/compat/mmap.c b/compat/mmap.c index 4cfaee313..c9d46d174 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; } -