From a96d1683ee55f5faffd851a50dcfd786a69259e2 Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 24 Feb 1995 07:51:13 +0000 Subject: Remove an unused variable. --- lib/csu/i386/crt0.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/csu/i386/crt0.c') diff --git a/lib/csu/i386/crt0.c b/lib/csu/i386/crt0.c index 26592ba..f6f0759 100644 --- a/lib/csu/i386/crt0.c +++ b/lib/csu/i386/crt0.c @@ -27,7 +27,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: crt0.c,v 1.14 1994/09/24 16:01:30 ache Exp $ + * $Id: crt0.c,v 1.15 1995/02/07 13:27:29 jkh Exp $ */ @@ -193,7 +193,6 @@ __do_dynamic_link () struct crt_ldso crt; struct exec hdr; char *ldso; - int dupzfd; int (*entry)(); #ifdef DEBUG -- cgit v1.1