@@ -44,8 +44,7 @@ man_MANS = man/ibnd_debug.3 \
man/ibnd_find_node_guid.3 \
man/ibnd_iter_nodes.3 \
man/ibnd_iter_nodes_type.3 \
- man/ibnd_show_progress.3 \
- man/ibnd_update_node.3
+ man/ibnd_show_progress.3
EXTRA_DIST = $(srcdir)/src/libibnetdisc.map libibnetdisc.ver $(man_MANS)
deleted file mode 100644
@@ -1,17 +0,0 @@
-.TH IBND_UPDATE_NODE 3 "July 25, 2008" "OpenIB" "OpenIB Programmer's Manual"
-.SH "NAME"
-ibnd_update_node \- Update the node specified with new data from the fabric.
-.SH "SYNOPSIS"
-.nf
-.B #include <infiniband/ibnetdisc.h>
-.sp
-.BI "ibnd_node_t *ibnd_update_node(ibnd_node_t *node)"
-.SH "DESCRIPTION"
-.B ibnd_update_node()
-Update the node info, port info, and node description of the node specified.
-.SH "RETURN VALUE"
-.B ibnd_update_node()
-Return NULL on failure, otherwise a valid ibnd_node_t object which is part of the fabric object.
-.SH "AUTHORS"
-.TP
-Ira Weiny <weiny2@llnl.gov>
@@ -5,7 +5,6 @@ IBNETDISC_1.0 {
ibnd_discover_fabric;
ibnd_destroy_fabric;
ibnd_find_node_guid;
- ibnd_update_node;
ibnd_find_node_dr;
ibnd_is_xsigo_guid;
ibnd_is_xsigo_tca;