Remove dead code.
[oota-llvm.git] / lib / Bitcode / Reader / Deserialize.cpp
index 2014557a1012da2755b6e2f0fda94a27dc3e4939..99e9cdb152c58073e3d3765d1a168e331cfb288d 100644 (file)
@@ -85,7 +85,7 @@ bool Deserializer::AdvanceStream() {
         
       case bitc::END_BLOCK: {
         bool x = Stream.ReadBlockEnd();
-        assert(!x && "Error at block end."); x=x;
+        assert(!x && "Error at block end.");
         BlockStack.pop_back();
         continue;
       }