This removes the deleted function from the header file.

Fixes: 2ea69fc9 'kpartx: remove "no_partitions" support'
Signed-off-by: Martin Wilck <mwi...@suse.com>
---
 kpartx/devmapper.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kpartx/devmapper.h b/kpartx/devmapper.h
index 2e28c780..f00373e0 100644
--- a/kpartx/devmapper.h
+++ b/kpartx/devmapper.h
@@ -19,6 +19,5 @@ dev_t dm_get_first_dep(char *devname);
 char * dm_mapuuid(const char *mapname);
 int dm_devn (const char * mapname, int *major, int *minor);
 int dm_remove_partmaps (char * mapname, char *uuid, dev_t devt, int verbose);
-int dm_no_partitions(char * mapname);
 
 #endif /* _KPARTX_DEVMAPPER_H */
-- 
2.14.0

--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel

Reply via email to