summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/nls/msgcat.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libc/nls/msgcat.c b/lib/libc/nls/msgcat.c
index d9dbe29..8df18ae 100644
--- a/lib/libc/nls/msgcat.c
+++ b/lib/libc/nls/msgcat.c
@@ -1,4 +1,4 @@
-/* $Id: msgcat.c,v 1.2 1995/05/30 05:40:59 rgrimes Exp $ */
+/* $Id: msgcat.c,v 1.3 1995/06/17 03:02:21 ache Exp $ */
/***********************************************************
Copyright 1990, by Alfalfa Software Incorporated, Cambridge, Massachusetts.
@@ -260,8 +260,7 @@ nl_catd catd;
{
MCCatT *cat = (MCCatT *) catd;
MCSetT *set;
- MCMsgT *msg;
- int i, j;
+ int i;
if (!cat) return -1;
@@ -295,8 +294,7 @@ int type;
MCHeaderT header;
MCCatT *cat;
MCSetT *set;
- MCMsgT *msg;
- long i, j;
+ long i;
off_t nextSet;
cat = (MCCatT *) malloc(sizeof(MCCatT));
OpenPOWER on IntegriCloud