diff options
Diffstat (limited to 'include/rdma')
-rw-r--r-- | include/rdma/restrack.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/rdma/restrack.h b/include/rdma/restrack.h index 7682d1bcf789..d7c166237939 100644 --- a/include/rdma/restrack.h +++ b/include/rdma/restrack.h @@ -111,13 +111,6 @@ void rdma_restrack_kadd(struct rdma_restrack_entry *res); void rdma_restrack_uadd(struct rdma_restrack_entry *res); /** - * rdma_restrack_del() - delete object from the reource tracking database - * @res: resource entry - * @type: actual type of object to operate - */ -void rdma_restrack_del(struct rdma_restrack_entry *res); - -/** * rdma_is_kernel_res() - check the owner of resource * @res: resource entry */ |