summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2012-05-21 16:43:54 -0400
committerAdrian Thurston <thurston@complang.org>2012-05-21 16:43:54 -0400
commit94ed3e5e8367e27c0f490e9ee8716c56d87b501c (patch)
tree8643501a043fa17e3493d119507d8c98aeaa5f70
parentdd0f1865850106fd12f6f1f01e0639457f9dea4f (diff)
downloadcolm-94ed3e5e8367e27c0f490e9ee8716c56d87b501c.tar.gz
removed empty fsmrun.c
-rw-r--r--colm/Makefile.am2
-rw-r--r--colm/fsmrun.c20
2 files changed, 1 insertions, 21 deletions
diff --git a/colm/Makefile.am b/colm/Makefile.am
index 4bd9e455..0a08023b 100644
--- a/colm/Makefile.am
+++ b/colm/Makefile.am
@@ -23,7 +23,7 @@ INCLUDES = -I$(top_srcdir)/aapl
bin_PROGRAMS = colm
RUNTIME_SRC = \
- map.c fsmrun.c pdarun.c list.c input.c debug.c \
+ map.c pdarun.c list.c input.c debug.c \
codevect.c pool.c string.c tree.c bytecode.c program.c
RUNTIME_HDR = \
diff --git a/colm/fsmrun.c b/colm/fsmrun.c
deleted file mode 100644
index 41387a0b..00000000
--- a/colm/fsmrun.c
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * Copyright 2010-2012 Adrian Thurston <thurston@complang.org>
- */
-
-/* This file is part of Colm.
- *
- * Colm is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * Colm is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with Colm; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- */