Skip to content

Commit

Permalink
Bug 957783: Drop unused variable 'compositable' from CompositablePare…
Browse files Browse the repository at this point in the history
…ntManager::ReceiveCompositableUpdate. r=nical
  • Loading branch information
dholbert committed Jan 9, 2014
1 parent 8ecfc7a commit 9d46970
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gfx/layers/ipc/CompositableTransactionParent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,6 @@ CompositableParentManager::ReceiveCompositableUpdate(const CompositableOperation
}
case CompositableOperation::TOpUpdateTexture: {
const OpUpdateTexture& op = aEdit.get_OpUpdateTexture();
CompositableHost* compositable = AsCompositable(op);
MOZ_ASSERT(compositable);
RefPtr<TextureHost> texture = TextureHost::AsTextureHost(op.textureParent());
MOZ_ASSERT(texture);

Expand Down

0 comments on commit 9d46970

Please sign in to comment.