svn commit: r274396 - projects/sendfile/sys/sys

Gleb Smirnoff glebius at FreeBSD.org
Tue Nov 11 19:40:06 UTC 2014


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 */


More information about the svn-src-projects mailing list