Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
emutavchi committed Apr 24, 2020
1 parent 99f9b05 commit 41259b7
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,6 @@ void AppendPipeline::setAppendState(AppendState newAppendState)
GST_TRACE("%s --> %s", dumpAppendState(oldAppendState), dumpAppendState(newAppendState));

bool ok = false;
bool mustCheckEndOfAppend = false;

switch (oldAppendState) {
case AppendState::NotStarted:
Expand Down Expand Up @@ -665,9 +664,6 @@ void AppendPipeline::setAppendState(AppendState newAppendState)

ASSERT(ok);

if (mustCheckEndOfAppend)
checkEndOfAppend();

if (nextAppendState != AppendState::Invalid)
setAppendState(nextAppendState);
}
Expand Down

0 comments on commit 41259b7

Please sign in to comment.