summaryrefslogtreecommitdiffstats
path: root/runtime/verifier/register_line.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/verifier/register_line.cc')
-rw-r--r--runtime/verifier/register_line.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/verifier/register_line.cc b/runtime/verifier/register_line.cc
index 3a2145b..d2abaac 100644
--- a/runtime/verifier/register_line.cc
+++ b/runtime/verifier/register_line.cc
@@ -254,7 +254,6 @@ void RegisterLine::CopyResultRegister2(uint32_t vdst) {
SetRegisterTypeWide(vdst, type_l, type_h); // also sets the high
result_[0] = verifier_->GetRegTypeCache()->Undefined().GetId();
result_[1] = verifier_->GetRegTypeCache()->Undefined().GetId();
-
}
}