Mercurial > audlegacy
log
age | author | description |
---|---|---|
Fri, 24 Apr 2009 09:27:28 +0100 | Tony Vroon | Acknowledge contribution by John Wehle for bug #46. |
Mon, 20 Apr 2009 00:12:18 +0100 | Tony Vroon | We do not care about hook_find(name) past the if-statement. Do not assign to a variable. |
Sun, 19 Apr 2009 23:52:10 +0100 | Tony Vroon | Remove one instance where http_flag is declared and assigned, but otherwise unused. From code analysis, unique ID 2JxrMA. |
Sun, 19 Apr 2009 23:43:13 +0100 | Tony Vroon | Remove declaration & assignment of numsongs, the variable is unused. From code analysis, unique ID q3QDmA. |
Sun, 19 Apr 2009 23:39:14 +0100 | Tony Vroon | Stop assigning node, the variable is unused. Removes need for node and one PLAYLIST_LOCK/UNLOCK pair. From code analysis, unique ID 99OFUU. |
Sun, 19 Apr 2009 23:26:48 +0100 | Tony Vroon | We only need the results of the stat once, do not bother with a variable at all. From code analysis, unique ID uYRsrf. |