summaryrefslogtreecommitdiff
path: root/ndb/src/old_files/rep/state/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/src/old_files/rep/state/Makefile')
-rw-r--r--ndb/src/old_files/rep/state/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/ndb/src/old_files/rep/state/Makefile b/ndb/src/old_files/rep/state/Makefile
deleted file mode 100644
index 3eed69a97dd..00000000000
--- a/ndb/src/old_files/rep/state/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-include .defs.mk
-
-TYPE := repserver kernel
-
-ARCHIVE_TARGET := reprequestor
-
-DIR := testRepState \
- testInterval
-
-SOURCES = RepState.cpp \
- RepStateEvent.cpp \
- RepStateRequests.cpp \
- \
- Channel.cpp \
- Interval.cpp
-
-include $(NDB_TOP)/Epilogue.mk