[dm-devel] [PATCH 06/15] libmultipath: Remove an unused function

Bart Van Assche bart.vanassche at sandisk.com
Fri Oct 21 18:43:31 UTC 2016


The function snprint_config() is not used. Hence remove it.

Signed-off-by: Bart Van Assche <bart.vanassche at sandisk.com>
---
 libmultipath/print.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/libmultipath/print.c b/libmultipath/print.c
index 9aa41ad..09e4a2e 100644
--- a/libmultipath/print.c
+++ b/libmultipath/print.c
@@ -1745,12 +1745,6 @@ snprint_devices (struct config *conf, char * buff, int len, struct vectors *vecs
 	return fwd;
 }
 
-extern int
-snprint_config (char * buff, int len)
-{
-	return 0;
-}
-
 /*
  * stdout printing helpers
  */
-- 
2.10.1




More information about the dm-devel mailing list