mirror of
https://github.com/cc65/cc65.git
synced 2024-12-25 17:29:50 +00:00
Removed an unused function.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5066 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
70d5eb7456
commit
3f2f3baa27
@ -699,12 +699,3 @@ unsigned GetSymInfoFlags (const SymEntry* S, long* ConstVal)
|
||||
|
||||
|
||||
|
||||
const FilePos* GetSymPos (const SymEntry* S)
|
||||
/* Return the position of first occurence in the source for the given symbol */
|
||||
{
|
||||
/* The actual source entry is in slot zero */
|
||||
return &((const LineInfo*) CollConstAt (&S->LineInfos, 0))->Pos;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
@ -345,9 +345,6 @@ unsigned GetSymInfoFlags (const SymEntry* Sym, long* ConstVal);
|
||||
* See common/symdefs.h for more information.
|
||||
*/
|
||||
|
||||
const FilePos* GetSymPos (const SymEntry* S);
|
||||
/* Return the position of first occurence in the source for the given symbol */
|
||||
|
||||
|
||||
|
||||
/* End of symentry.h */
|
||||
|
Loading…
Reference in New Issue
Block a user