update makefile, remove dead code

This commit is contained in:
Kelvin Sherlock 2018-08-20 20:55:19 -04:00
parent 3390a35f84
commit a5e55f826c
2 changed files with 1 additions and 3 deletions

View File

@ -8,7 +8,7 @@ OBJECTS1 = adb.o clock.o config.o debug.o dis.o engine_c.o scc.o iwm.o \
ATOBJ = atbridge/aarp.o atbridge/atbridge.o atbridge/elap.o atbridge/llap.o atbridge/port.o
PCAPOBJ = atbridge/pcap_delay.o
TFEOBJ = tfe/tfe.o tfe/tfearch.o tfe/tfesupp.o
FSTOBJ = host_fst.o
FSTOBJ = host_common.o host_fst.o host_mli.o
include vars

View File

@ -911,8 +911,6 @@ static int mli_quit(unsigned dcb) {
static int mli_open(unsigned dcb, const char *name, const char *path) {
struct stat st;
int fd;
int refnum = 0;
unsigned type;