remove unused code
[c11tester.git] / Makefile
index 1fdbf70297c7d2250f205ecf8118952ca42b9078..dfa836a5259e7fac0889a3d1b4af80d3d2735f7b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,8 @@ OBJECTS := libthreads.o schedule.o model.o threads.o librace.o action.o \
           datarace.o impatomic.o cmodelint.o \
           snapshot.o malloc.o mymemory.o common.o mutex.o conditionvariable.o \
           context.o execution.o libannotate.o plugins.o pthread.o futex.o fuzzer.o \
-          sleeps.o history.o funcnode.o funcinst.o predicate.o printf.o newfuzzer.o \
-          concretepredicate.o waitobj.o hashfunction.o pipe.o epoll.o actionlist.o
+          sleeps.o printf.o \
+          hashfunction.o pipe.o epoll.o actionlist.o
 
 CPPFLAGS += -Iinclude -I.
 LDFLAGS := -ldl -lrt -rdynamic -lpthread