Remove unused xdprval()
This commit is contained in:
parent
e628c50b21
commit
0a49cd24a3
2 changed files with 0 additions and 13 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue