Remove dead functor code.

This commit is contained in:
steve
2005-04-28 04:59:53 +00:00
parent e9bf021f6c
commit 99aff5f10b
14 changed files with 67 additions and 671 deletions
+2 -2
View File
@@ -16,7 +16,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.66 2005/04/24 20:07:25 steve Exp $"
#ident "$Id: Makefile.in,v 1.67 2005/04/28 04:59:53 steve Exp $"
#
#
SHELL = /bin/sh
@@ -85,7 +85,7 @@ O = main.o parse.o parse_misc.o lexor.o arith.o bufif.o compile.o concat.o \
dff.o functor.o npmos.o part.o reduce.o resolv.o stop.o symbols.o \
ufunc.o codes.o \
vthread.o schedule.o statistics.o tables.o udp.o vvp_net.o memory.o \
force.o event.o logic.o delay.o words.o $V
event.o logic.o delay.o words.o $V
ifeq (@WIN32@,yes)
# Under Windows (mingw) I need to make the ivl.exe in two steps.