Index: src/compiler/osr.h |
diff --git a/src/compiler/osr.h b/src/compiler/osr.h |
index 549bb5f96a7436cd69a867b2b0987ef8e7d4d9ee..89773f0ec55ac5fb6782ba4f7eee182de83bc6ec 100644 |
--- a/src/compiler/osr.h |
+++ b/src/compiler/osr.h |
@@ -99,8 +99,7 @@ class OsrHelper { |
// Deconstructs the artificial {OsrNormalEntry} and rewrites the graph so |
// that only the path corresponding to {OsrLoopEntry} remains. |
- // Return {false} if the OSR deconstruction failed somehow. |
- bool Deconstruct(JSGraph* jsgraph, CommonOperatorBuilder* common, |
+ void Deconstruct(JSGraph* jsgraph, CommonOperatorBuilder* common, |
Zone* tmp_zone); |
// Prepares the frame w.r.t. OSR. |