From 656485c1f1487775ccb0c223c4f5809f8daa7fcc Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 28 May 2007 17:35:15 +0000 Subject: Make URI structures reference-counted. --- src/include/gpxe/open.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/include/gpxe/open.h') diff --git a/src/include/gpxe/open.h b/src/include/gpxe/open.h index b16bbe88a..5e368486b 100644 --- a/src/include/gpxe/open.h +++ b/src/include/gpxe/open.h @@ -46,9 +46,6 @@ struct uri_opener { * @v xfer Data transfer interface * @v uri URI * @ret rc Return status code - * - * This method takes ownership of the URI structure, and is - * responsible for eventually calling free_uri(). */ int ( * open ) ( struct xfer_interface *xfer, struct uri *uri ); }; -- cgit v1.2.3-55-g7522