mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 16:27:39 -04:00
srcpos: Remove srcpos_empty
Nothing was actually using it. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
a3143fafbf
commit
5062516fb8
2 changed files with 0 additions and 19 deletions
7
srcpos.h
7
srcpos.h
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue