Removed an unused function.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5153 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -103,11 +103,6 @@ void GetFullLineInfo (Collection* LineInfos, unsigned IncUsage);
|
||||
* counter by IncUsage for all line infos returned.
|
||||
*/
|
||||
|
||||
LineInfo* UseLineInfo (LineInfo* LI);
|
||||
/* Increase the reference count of the given line info and return it. The
|
||||
* function will gracefully accept NULL pointers and do nothing in this case.
|
||||
*/
|
||||
|
||||
LineInfo* ReleaseLineInfo (LineInfo* LI);
|
||||
/* Decrease the reference count of the given line info and return it. The
|
||||
* function will gracefully accept NULL pointers and do nothing in this case.
|
||||
@@ -151,4 +146,4 @@ void WriteLineInfos (void);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user