summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/open.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gpxe/open.h')
-rw-r--r--src/include/gpxe/open.h3
1 files changed, 0 insertions, 3 deletions
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 );
};