srcpos: Remove srcpos_empty

Nothing was actually using it.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
David Gibson 2018-11-14 16:12:43 +11:00
parent a3143fafbf
commit 5062516fb8
2 changed files with 0 additions and 19 deletions

View file

@ -96,13 +96,6 @@ struct srcpos {
} while (0)
/*
* Fictional source position used for IR nodes that are
* created without otherwise knowing a true source position.
* For example,constant definitions from the command line.
*/
extern struct srcpos srcpos_empty;
extern void srcpos_update(struct srcpos *pos, const char *text, int len);
extern struct srcpos *srcpos_copy(struct srcpos *pos);
extern char *srcpos_string(struct srcpos *pos);