From 29b883c70ce2c68da5be667fe52f86551c1de45b Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 29 Sep 2004 20:14:56 +0000 Subject: [PATCH] Remove unused variables --- test/tstodr.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/test/tstodr.c b/test/tstodr.c index 9561e11..03de131 100644 --- a/test/tstodr.c +++ b/test/tstodr.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1995-2003, Index Data + * Copyright (c) 1995-2004, Index Data * See the file LICENSE for details. * - * $Id: tstodr.c,v 1.1 2003-10-27 12:21:38 adam Exp $ + * $Id: tstodr.c,v 1.2 2004-09-29 20:14:56 adam Exp $ * */ #include @@ -50,10 +50,7 @@ void tst_MySequence1(ODR encode, ODR decode) void tst_MySequence2(ODR encode, ODR decode) { - char *ber_buf; - int ber_len; Yc_MySequence *s = odr_malloc(encode, sizeof(*s)); - Yc_MySequence *t; s->first = 0; /* deliberately miss this .. */ s->second = odr_malloc(encode, sizeof(*s->second)); -- 1.7.10.4