srb_t *sp = data;
        fc_port_t *fcport = sp->fcport;
        struct scsi_qla_host *vha = sp->vha;
-       struct qla_hw_data *ha = vha->hw;
        struct srb_iocb *lio = &sp->u.iocb_cmd;
 
        ql_dbg(ql_dbg_io, vha, 0x3069,
            sp->name, sp->handle, fcport->d_id.b.domain, fcport->d_id.b.area,
            fcport->d_id.b.al_pa);
 
-       /* Abort the exchange */
-       if (ha->isp_ops->abort_command(sp)) {
-               ql_dbg(ql_dbg_io, vha, 0x3070,
-                   "mbx abort_command failed.\n");
-       } else {
-               ql_dbg(ql_dbg_io, vha, 0x3071,
-                   "mbx abort_command success.\n");
-       }
-
        complete(&lio->u.els_logo.comp);
 }