Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Nov 2014 19:40:06 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r274396 - projects/sendfile/sys/sys
Message-ID:  <201411111940.sABJe6Qm068379@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glebius
Date: Tue Nov 11 19:40:05 2014
New Revision: 274396
URL: https://svnweb.freebsd.org/changeset/base/274396

Log:
  Cleanup unused code.

Modified:
  projects/sendfile/sys/sys/sockbuf.h

Modified: projects/sendfile/sys/sys/sockbuf.h
==============================================================================
--- projects/sendfile/sys/sys/sockbuf.h	Tue Nov 11 19:39:36 2014	(r274395)
+++ projects/sendfile/sys/sys/sockbuf.h	Tue Nov 11 19:40:05 2014	(r274396)
@@ -90,9 +90,6 @@ struct	sockbuf {
 					 * record in socket buffer */
 	struct	mbuf *sb_sndptr; /* (c/d) pointer into mbuf chain */
 	struct	mbuf *sb_fnrdy;	/* (c/d) pointer to first not ready buffer */
-#if 0
-	struct	mbuf *sb_lnrdy;	/* (c/d) pointer to last not ready buffer */
-#endif
 	u_int	sb_sndptroff;	/* (c/d) byte offset of ptr into chain */
 	u_int	sb_acc;		/* (c/d) available chars in buffer */
 	u_int	sb_ccc;		/* (c/d) claimed chars in buffer */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411111940.sABJe6Qm068379>