summaryrefslogtreecommitdiff
path: root/hdlctest.c
diff options
context:
space:
mode:
Diffstat (limited to 'hdlctest.c')
-rw-r--r--hdlctest.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/hdlctest.c b/hdlctest.c
index a95c9ef..4cd4d91 100644
--- a/hdlctest.c
+++ b/hdlctest.c
@@ -130,17 +130,13 @@ int check_frame(unsigned char *outbuf, int res)
int main(int argc, char *argv[])
{
int fd;
- int fd2;
- int ires, res, x;
- int i;
+ int res, x;
ZT_PARAMS tp;
ZT_BUFFERINFO bi;
int bs = BLOCK_SIZE;
int pos = 0;
unsigned char inbuf[BLOCK_SIZE];
unsigned char outbuf[BLOCK_SIZE];
- unsigned int fcs;
- static int packets=0;
int bytes=0;
int out;
unsigned int olddata1;