[BACK]Return to dfn.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / gprof

Diff for /src/usr.bin/gprof/dfn.c between version 1.7 and 1.8

version 1.7, 2009/10/27 23:59:38 version 1.8, 2014/03/16 18:38:30
Line 251 
Line 251 
   
     /*      /*
      *  deal with self-cycles       *  deal with self-cycles
      *  for lint: ARGSUSED  
      */       */
 void  void
 dfn_self_cycle(nltype *parentp)  dfn_self_cycle(nltype *parentp __unused)
 {  {
         /*          /*
          *      since we are taking out self-cycles elsewhere           *      since we are taking out self-cycles elsewhere

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8