Skip to content

Commit 28508cb

Browse files
Eliminate redundant code. cppcheck.
1 parent ea38d95 commit 28508cb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mythtv/libs/libmythtv/programdata.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,9 +1022,6 @@ void ProgramData::FixProgramList(QList<ProgInfo*> &fixlist)
10221022
else if (!(*cur)->description.isEmpty() &&
10231023
(*it)->description.isEmpty())
10241024
tokeep = cur, todelete = it;
1025-
else if (!(*it)->description.isEmpty() &&
1026-
(*cur)->description.isEmpty())
1027-
tokeep = it, todelete = cur;
10281025
else
10291026
tokeep = it, todelete = cur;
10301027

0 commit comments

Comments
 (0)