Author: tuexen
Date: Thu Oct 28 19:07:05 2010
New Revision: 214479
URL: http://svn.freebsd.org/changeset/base/214479

Log:
  MFC r212713:
  Remove unused variable/assignment.

Modified:
  stable/8/sys/netinet/sctputil.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/netinet/sctputil.c
==============================================================================
--- stable/8/sys/netinet/sctputil.c     Thu Oct 28 19:06:17 2010        
(r214478)
+++ stable/8/sys/netinet/sctputil.c     Thu Oct 28 19:07:05 2010        
(r214479)
@@ -5135,7 +5135,7 @@ sctp_sorecvmsg(struct socket *so,
        int my_len = 0;
        int cp_len = 0, error = 0;
        struct sctp_queued_to_read *control = NULL, *ctl = NULL, *nxt = NULL;
-       struct mbuf *m = NULL, *embuf = NULL;
+       struct mbuf *m = NULL;
        struct sctp_tcb *stcb = NULL;
        int wakeup_read_socket = 0;
        int freecnt_applied = 0;
@@ -5731,7 +5731,6 @@ get_more_data:
                                                sctp_sblog(&so->so_rcv,
                                                    control->do_not_ref_stcb ? 
NULL : stcb, SCTP_LOG_SBRESULT, 0);
                                        }
-                                       embuf = m;
                                        copied_so_far += cp_len;
                                        freed_so_far += cp_len;
                                        freed_so_far += MSIZE;
@@ -5783,7 +5782,6 @@ get_more_data:
                                                
atomic_subtract_int(&stcb->asoc.sb_cc, cp_len);
                                        }
                                        copied_so_far += cp_len;
-                                       embuf = m;
                                        freed_so_far += cp_len;
                                        freed_so_far += MSIZE;
                                        if 
(SCTP_BASE_SYSCTL(sctp_logging_level) & SCTP_SB_LOGGING_ENABLE) {
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to