Remove an unused variable.

This commit is contained in:
Poul-Henning Kamp 1995-02-24 07:51:13 +00:00
parent 888bbd45f9
commit e9434bccf7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6682

View File

@ -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