From 933833643ac7e5c08cb8ea3cb00e1fa128e57960 Mon Sep 17 00:00:00 2001 From: Steffen Prohaska Date: Sun, 19 Apr 2009 17:27:59 +0200 Subject: [PATCH] Makefile: Clean up after USE_WIN32_MMAP went upstream This commit removes left overs of 7e5a4c563667d011c0655679be3190461884a78e, which was applied by Junio in a slightly modified version in b130a72b274441bb5d687de93efef4d990c40c0a. --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 9e2b41c4b1..b851df818a 100644 --- a/Makefile +++ b/Makefile @@ -1010,10 +1010,6 @@ else COMPAT_OBJS += compat/win32mmap.o endif endif -ifdef USE_WIN32_MMAP - COMPAT_CFLAGS += -DUSE_WIN32_MMAP - COMPAT_OBJS += compat/win32mmap.o -endif ifdef NO_PREAD COMPAT_CFLAGS += -DNO_PREAD COMPAT_OBJS += compat/pread.o