aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-09-23 20:53:25 -0700
committerBruce Hill <bruce@bruce-hill.com>2021-09-23 20:53:25 -0700
commit6b98401771d9fe8daf60f2b3930602ef49268986 (patch)
treeb99222ff42e23e4cf63e54c318199837fbedb94e
parent0a5f3a6a75a147bd32be1390655c5c9ddf127249 (diff)
Removed print files
-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