remove unused AVIAN_PROCESS preprocessor define

This commit is contained in:
joshuawarner32@gmail.com 2015-05-02 16:34:36 -06:00
parent 601546efb7
commit 1aca664d67

View File

@ -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