Remove unused xdprval()

This commit is contained in:
Markus Armbruster 2008-08-03 20:56:19 -04:00
parent e628c50b21
commit 0a49cd24a3
2 changed files with 0 additions and 13 deletions

View file

@ -225,18 +225,6 @@ xdprval_sym(struct xdstr *xd, struct valstr *val, struct castr *ca, char *sep)
return xdprsym(xd, val->val_as.lng, ca->ca_table, sep);
}
/*
* Dump VAL prefixed with SEP to XD, return " ".
* XD must not be human-readable.
* VAL must be evaluated.
*/
char *
xdprval(struct xdstr *xd, struct valstr *val, char *sep)
{
CANT_HAPPEN(xd->human);
return xdprval_nosym(xd, val, sep);
}
/*
* Dump field values of a context object to XD.
* CA[] describes fields.