Not needed anymore since we're not doing anonymous allocation. No functional change intended. Signed-off-by: Fuad Tabba <tabba@xxxxxxxxxx> --- include/kvm/util.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/kvm/util.h b/include/kvm/util.h index 369603b..f807fcc 100644 --- a/include/kvm/util.h +++ b/include/kvm/util.h @@ -35,7 +35,6 @@ extern bool do_debug_print; #define PROT_RW (PROT_READ|PROT_WRITE) -#define MAP_ANON_NORESERVE (MAP_PRIVATE | MAP_ANONYMOUS | MAP_NORESERVE) extern void die(const char *err, ...) NORETURN __attribute__((format (printf, 1, 2))); extern void die_perror(const char *s) NORETURN; -- 2.38.1.431.g37b22c650d-goog