diff options
author | phk <phk@FreeBSD.org> | 1995-02-24 07:51:13 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1995-02-24 07:51:13 +0000 |
commit | a96d1683ee55f5faffd851a50dcfd786a69259e2 (patch) | |
tree | c03889079af42eb9458f48e208227bb52d212566 /lib/csu/i386 | |
parent | a2193456073dd7dab980a45908686f7eae7c2158 (diff) | |
download | FreeBSD-src-a96d1683ee55f5faffd851a50dcfd786a69259e2.zip FreeBSD-src-a96d1683ee55f5faffd851a50dcfd786a69259e2.tar.gz |
Remove an unused variable.
Diffstat (limited to 'lib/csu/i386')
-rw-r--r-- | lib/csu/i386/crt0.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 |