summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorVictor Westerhuis <victor@westerhu.is>2021-12-03 14:00:09 +0100
committerVictor Westerhuis <victor@westerhu.is>2021-12-04 01:08:22 +0100
commit29879d74ae4ec35e452d9fd34d8718378f19a821 (patch)
treebe4d30b72d109eb9dc66b7740b3ca97d1fea448a /src/Makefile.am
parent044bd51df6b7a87d97e6d5e12c940c7ec8492880 (diff)
downloadcolm-29879d74ae4ec35e452d9fd34d8718378f19a821.tar.gz
Remove empty header src/rtvector.h
This header has been empty since 2010. It is not installed, so it does not change the installation.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d6c2a32f..d4678334 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -58,7 +58,7 @@ libprog_a_SOURCES = \
buffer.h bytecode.h colm.h debug.h dotgen.h fsmcodegen.h fsmgraph.h \
input.h keyops.h map.h compiler.h \
parsetree.h pcheck.h pdacodegen.h pdagraph.h pdarun.h pool.h redbuild.h \
- redfsm.h rtvector.h tree.h version.h global.h colm.h parser.h cstring.h \
+ redfsm.h tree.h version.h global.h colm.h parser.h cstring.h \
internal.h \
\
resolve.cc lookup.cc synthesis.cc parsetree.cc \