aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--bp.c1
-rw-r--r--print.c0
-rw-r--r--print.h0
4 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index db2f57f..7cbe0b9 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ G=
O=-O3
ALL_FLAGS=$(CFLAGS) $(OSFLAGS) -DBP_NAME="\"$(NAME)\"" $(EXTRA) $(CWARN) $(G) $(O)
-CFILES=pattern.c definitions.c utils.c match.c files.c print.c explain.c json.c utf8.c
+CFILES=pattern.c definitions.c utils.c match.c files.c explain.c json.c utf8.c
OBJFILES=$(CFILES:.c=.o)
all: $(NAME) bp.1
diff --git a/bp.c b/bp.c
index 003d062..83a7b35 100644
--- a/bp.c
+++ b/bp.c
@@ -26,7 +26,6 @@
#include "json.h"
#include "match.h"
#include "pattern.h"
-#include "print.h"
#include "utils.h"
#ifndef BP_NAME
diff --git a/print.c b/print.c
deleted file mode 100644
index e69de29..0000000
--- a/print.c
+++ /dev/null
diff --git a/print.h b/print.h
deleted file mode 100644
index e69de29..0000000
--- a/print.h
+++ /dev/null