diff options
author | Linus Nordberg <linus@nordu.net> | 2011-03-14 13:27:39 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-03-14 13:27:39 +0100 |
commit | cef9bf7b7340b7270eb979294aeb186d741e6318 (patch) | |
tree | d4ada741c1f3cafd679f7147ffa5ca5406d18ebe /lib/debug.c | |
parent | e317a8db7aede1cc9918db51c06de469686c9fa8 (diff) |
Remove struct rs_attr and all use of it.
A new API for attributes will be added once we've decided how to deal
with RADIUS packets internally. For now, removing the half baked
wrapping seems more sensible than trying to free rs_attr objects and
their VALUE_PAIR's.
Diffstat (limited to 'lib/debug.c')
-rw-r--r-- | lib/debug.c | 6 |
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, ...) |