From owner-cvs-sys Wed Oct 22 17:52:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA14498 for cvs-sys-outgoing; Wed, 22 Oct 1997 17:52:17 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA14374; Wed, 22 Oct 1997 17:51:46 -0700 (PDT) (envelope-from nate@FreeBSD.org) From: Nate Williams Received: (from nate@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id RAA06806; Wed, 22 Oct 1997 17:51:30 -0700 (PDT) Date: Wed, 22 Oct 1997 17:51:30 -0700 (PDT) Message-Id: <199710230051.RAA06806@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pccard pccard.c slot.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 1997/10/22 17:51:30 PDT Modified files: sys/pccard pccard.c slot.h Log: - Simplify code by removing a variable which was initialized once, never modified, and was expected to have the initialized value. Revision Changes Path 1.39 +2 -7 src/sys/pccard/pccard.c 1.12 +0 -1 src/sys/pccard/slot.h