aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/Makefile.tests9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests
index 1c08aec..953ae80 100644
--- a/test/Makefile.tests
+++ b/test/Makefile.tests
@@ -77,15 +77,6 @@ ifeq ($(TRACEM), yes)
TRACELIBS := -L$(LEVEL)/test/Libraries/Output -linstr.$(ARCH)
endif
-POOLFLAGS =
-DOPOOLALLOC =
-## If POOLALLOC is "yes", set the opt flag and the POOLLIBS varoab;e
-ifeq ($(POOLALLOC), yes)
- POOLFLAGS += -poolalloc
- DOPOOLALLOC = yes
- POOLLIBS := -L$(LEVEL)/test/Libraries/Output
-endif
-
LLCLIBS := $(LLCLIBS) -lm
clean::