aboutsummaryrefslogtreecommitdiffstats
path: root/libart_lgpl/art_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libart_lgpl/art_misc.c')
-rw-r--r--libart_lgpl/art_misc.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/libart_lgpl/art_misc.c b/libart_lgpl/art_misc.c
index ca3fc5015d..777ad702a6 100644
--- a/libart_lgpl/art_misc.c
+++ b/libart_lgpl/art_misc.c
@@ -61,22 +61,6 @@ art_warn (const char *fmt, ...)
va_end (ap);
}
-/**
- * art_dprint: Print the debug message to stderr.
- * @fmt: The printf-style format for the debug message.
- *
- * Used for generating debug output.
- **/
-void
-art_dprint (const char *fmt, ...)
-{
- va_list ap;
-
- va_start (ap, fmt);
- vfprintf (stderr, fmt, ap);
- va_end (ap);
-}
-
void *art_alloc(size_t size)
{
return malloc(size);