summaryrefslogtreecommitdiff
path: root/lib/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/debug.c')
-rw-r--r--lib/debug.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/debug.c b/lib/debug.c
index 59f25c1..3d3a2b9 100644
--- a/lib/debug.c
+++ b/lib/debug.c
@@ -28,12 +28,6 @@ rs_dump_packet (const struct rs_packet *pkt)
fflush (stderr);
}
-void
-rs_dump_attr (const struct rs_attr *attr)
-{
- vp_printlist (stderr, attr->vp);
-}
-
#if defined DEBUG
int
_rs_debug (const char *fmt, ...)