Opened 17 years ago
Closed 17 years ago
#5299 closed defect (fixed)
remove or rework dead code in libmythtv
Reported by: | Owned by: | danielk | |
---|---|---|---|
Priority: | trivial | Milestone: | unknown |
Component: | mythtv | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
There are a few places where code is never executed. This is likely because either it has become old and crufty or it was just wrong to begin with or maybe it is old debugging code. Either way it should be dealt with.
This ticket supersedes ticket #5101
Attachments (1)
Change History (3)
by , 17 years ago
Attachment: | libs_libmythtv-dead-code.patch added |
---|
comment:1 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [17268]) Fixes #5299. Removes some code that is never executed.
Note: A number of the changes in the patch were in code that is synced with external code, so I did not make those changes since the current code is harmless and we want to make sure that future syncs remain simple. Other code was obviously left in for future extension, and this was also left in and commented.