From 955374c92f02d9714ccd593cc03f4394f45b2053 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 4 May 2007 12:23:54 +0000 Subject: [PATCH] Removed dead code section --- include/yaz/prt-ext.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/include/yaz/prt-ext.h b/include/yaz/prt-ext.h index 2500ca2..5ac3b04 100644 --- a/include/yaz/prt-ext.h +++ b/include/yaz/prt-ext.h @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: prt-ext.h,v 1.18 2007-04-24 12:53:56 adam Exp $ */ +/* $Id: prt-ext.h,v 1.19 2007-05-04 12:23:54 adam Exp $ */ /** * \file prt-ext.h @@ -50,11 +50,7 @@ YAZ_BEGIN_CDECL */ typedef struct Z_ext_typeent { -#if 0 - oid_value dref; /* the direct-reference OID value. */ -#else int oid[OID_SIZE]; /* the direct-reference OID */ -#endif int what; /* discriminator value for the external CHOICE */ Odr_fun fun; /* decoder function */ } Z_ext_typeent; -- 1.7.10.4