]> git.sur5r.net Git - cc65/commitdiff
Removed an unused function.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 17 Jun 2011 19:58:53 +0000 (19:58 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 17 Jun 2011 19:58:53 +0000 (19:58 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5066 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/ca65/symentry.c
src/ca65/symentry.h

index 763820731c954d9d1d785877882256a1dd8df706..a3f2183423ac6ab6b4635ac0dacd504c2b1f048b 100644 (file)
@@ -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;
-}
-
-
-
index 82ca46c551d957ba0c450805903d5a89b9c501d5..32c11ca5be1dccbd223722cb5c8f00746673b3a5 100644 (file)
@@ -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 */