From 1aca664d67e931c48f43de7ff53915ab0a20bfb6 Mon Sep 17 00:00:00 2001 From: "joshuawarner32@gmail.com" Date: Sat, 2 May 2015 16:34:36 -0600 Subject: [PATCH] remove unused AVIAN_PROCESS preprocessor define --- makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/makefile b/makefile index 726f04a233..558276fee9 100755 --- a/makefile +++ b/makefile @@ -1295,7 +1295,6 @@ ifeq ($(process),compile) vm-asm-sources += $(src)/compile-$(arch).$(asm-format) endif -cflags += -DAVIAN_PROCESS_$(process) ifeq ($(aot-only),true) cflags += -DAVIAN_AOT_ONLY endif