Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2009 20:44:56 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r198372 - head/sys/cam
Message-ID:  <200910222044.n9MKiubT039592@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
  */



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