common: remove unused things from common.{c,h}
[babeltrace.git] / src / common / common.c
index 29424b8e85f9bc4335bf3bbc1ab103e0ed4fba6b..e28836ddbec8d59b9fd4371c4223953ec6f1c3dc 100644 (file)
@@ -1709,18 +1709,6 @@ void bt_common_custom_vsnprintf(char *buf, size_t buf_size,
        *buf_ch = '\0';
 }
 
-void bt_common_custom_snprintf(char *buf, size_t buf_size,
-               char intro,
-               bt_common_handle_custom_specifier_func handle_specifier,
-               void *priv_data, const char *fmt, ...)
-{
-       va_list args;
-       va_start(args, fmt);
-       bt_common_custom_vsnprintf(buf, buf_size, intro, handle_specifier,
-               priv_data, fmt, &args);
-       va_end(args);
-}
-
 void bt_common_sep_digits(char *str, unsigned int digits_per_group, char sep)
 {
        const char *rd;
This page took 0.02306 seconds and 4 git commands to generate.