Remove unused xdprval()
This commit is contained in:
parent
e628c50b21
commit
0a49cd24a3
2 changed files with 0 additions and 13 deletions
|
@ -52,7 +52,6 @@ extern void xdhdr(struct xdstr *, char *, int);
|
||||||
extern void xdcolhdr(struct xdstr *, struct castr[]);
|
extern void xdcolhdr(struct xdstr *, struct castr[]);
|
||||||
extern void xdflds(struct xdstr *, struct castr[], void *);
|
extern void xdflds(struct xdstr *, struct castr[], void *);
|
||||||
extern struct valstr *xdeval(struct valstr *, struct xdstr *, struct castr *, void *, int);
|
extern struct valstr *xdeval(struct valstr *, struct xdstr *, struct castr *, void *, int);
|
||||||
extern char *xdprval(struct xdstr *, struct valstr *, char *);
|
|
||||||
extern void xdftr(struct xdstr *, int);
|
extern void xdftr(struct xdstr *, int);
|
||||||
extern int xdmeta(struct xdstr *, int);
|
extern int xdmeta(struct xdstr *, int);
|
||||||
extern int xundump(FILE *, char *, int *, int);
|
extern int xundump(FILE *, char *, int *, int);
|
||||||
|
|
|
@ -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);
|
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.
|
* Dump field values of a context object to XD.
|
||||||
* CA[] describes fields.
|
* CA[] describes fields.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue