From e68d0df1c6144551eedda90e0a99d850b1461df1 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 29 Apr 2002 09:37:41 -0300 Subject: function `zsopen' is not used --- lzio.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'lzio.c') diff --git a/lzio.c b/lzio.c index 208bdb8b..6bbe6982 100644 --- a/lzio.c +++ b/lzio.c @@ -1,5 +1,5 @@ /* -** $Id: lzio.c,v 1.14 2001/03/26 14:31:49 roberto Exp $ +** $Id: lzio.c,v 1.15 2001/11/28 20:13:13 roberto Exp roberto $ ** a generic input stream interface ** See Copyright Notice in lua.h */ @@ -33,12 +33,6 @@ ZIO* zmopen (ZIO* z, const char* b, size_t size, const char *name) { return z; } -/* ------------------------------------------------------------ strings --- */ - -ZIO* zsopen (ZIO* z, const char* s, const char *name) { - if (s==NULL) return NULL; - return zmopen(z, s, strlen(s), name); -} /* -------------------------------------------------------------- FILEs --- */ -- cgit v1.2.3-55-g6feb