svn commit: r198372 - head/sys/cam

Alexander Motin mav at FreeBSD.org
Thu Oct 22 20:44:56 UTC 2009


Author: mav
Date: Thu Oct 22 20:44:55 2009
New Revision: 198372
URL: http://svn.freebsd.org/changeset/base/198372

Log:
  cam_ccbq_fini() declared for 11 years, but never implemented. Remove it.

Modified:
  head/sys/cam/cam_queue.h

Modified: head/sys/cam/cam_queue.h
==============================================================================
--- head/sys/cam/cam_queue.h	Thu Oct 22 18:48:25 2009	(r198371)
+++ head/sys/cam/cam_queue.h	Thu Oct 22 20:44:55 2009	(r198372)
@@ -96,8 +96,6 @@ int		cam_ccbq_init(struct cam_ccbq *ccbq
 
 void		cam_ccbq_free(struct cam_ccbq *ccbq);
 
-void		cam_ccbq_fini(struct cam_ccbq *ccbq);
-
 /*
  * Allocate and initialize a cam_queue structure.
  */


More information about the svn-src-all mailing list