[mythtv-commits] Ticket #4845: useless assignment in src_simple()

MythTV mythtv at cvs.mythtv.org
Mon Mar 3 21:32:10 UTC 2008


#4845: useless assignment in src_simple()
---------------------------------------------+------------------------------
 Reporter:  Erik Hovland <erik at hovland.org>  |       Owner:  ijr       
     Type:  defect                           |      Status:  new       
 Priority:  minor                            |   Milestone:  0.21      
Component:  mythtv                           |     Version:  0.21-fixes
 Severity:  low                              |     Mlocked:  0         
---------------------------------------------+------------------------------
 src_simple in libs/libmythsamplerate/samplerate.c

 Does this at the end of the call:
 {{{
        src_state = src_delete (src_state) ;
 }}}

 We don't need to make an assignment of whatever src_delete returns because
 it is always null.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4845>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list