mirror of
https://github.com/digarok/gsplus.git
synced 2025-02-20 02:28:57 +00:00
update makefile, remove dead code
This commit is contained in:
parent
3390a35f84
commit
a5e55f826c
@ -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
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user