Merge "C++17 compatibility: remove unreachable return."
diff --git a/runtime/dex_to_dex_decompiler.cc b/runtime/dex_to_dex_decompiler.cc
index a5248e6..aff9b47 100644
--- a/runtime/dex_to_dex_decompiler.cc
+++ b/runtime/dex_to_dex_decompiler.cc
@@ -187,7 +187,6 @@
       LOG(FATAL) << "Failed to use all values in quickening info."
                  << " Actual: " << std::hex << quicken_index_
                  << " Expected: " << quicken_info_.NumIndices();
-      return false;
     }
   }