Whamcloud - gitweb
LU-9859 libcfs: remove libcfs_debug_vmsg2
[fs/lustre-release.git] / libcfs / include / libcfs / libcfs_debug.h
index a167cf3..9c33011 100644 (file)
@@ -288,11 +288,6 @@ extern int libcfs_debug_msg(struct libcfs_debug_msg_data *msgdata,
                             const char *format1, ...)
         __attribute__ ((format (printf, 2, 3)));
 
-extern int libcfs_debug_vmsg2(struct libcfs_debug_msg_data *msgdata,
-                              const char *format1,
-                              va_list args, const char *format2, ...)
-        __attribute__ ((format (printf, 4, 5)));
-
 /* other external symbols that tracefile provides: */
 extern int cfs_trace_copyin_string(char *knl_buffer, int knl_buffer_nob,
                                   const char __user *usr_buffer,