[kaffe] Incorrect comment in kaffe/kaffevm/stackTrace.c
   
    Kiyo Inaba
     
    inaba@src.ricoh.co.jp
       
    Fri Sep 26 06:19:02 2003
    
    
  
When I try to fix some mis-configured compilation environment for kaffe, I found
one comment which shall be deleted.
In kaffe/kaffevm/stackTrace.c, comment just before the function 'stacktraceFindMethod'
says "We make these exported functions because we use them in classMethod.c".
But at the same time, this function is defined as 'static' :-)
Tracing back the cvs, I noticed in version 1.25, this function becomes static,
but the comment was left untouched.
I think this comment shall be deleted.
Kiyo