From 0361aa0ed06eb5fa4588ca336838954a98c36832 Mon Sep 17 00:00:00 2001 From: tzafrir Date: Thu, 28 Feb 2008 16:12:08 +0000 Subject: Remove some unused variables. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3904 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- hdlctest.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'hdlctest.c') 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; -- cgit v1.2.3