Index: src/hydrogen.h |
diff --git a/src/hydrogen.h b/src/hydrogen.h |
index 71a9cd2a45fa331cdc3cd4e99be947708a383d6c..a2dbe7de1df27f45fa1650555a05d3f06b98073f 100644 |
--- a/src/hydrogen.h |
+++ b/src/hydrogen.h |
@@ -1067,7 +1067,6 @@ class HGraphBuilder { |
return compare; |
} |
- template<class Condition> |
HInstruction* OrIfCompare( |
HValue* p1, |
HValue* p2, |
@@ -1094,7 +1093,6 @@ class HGraphBuilder { |
return If<Condition>(p1, p2); |
} |
- template<class Condition> |
HInstruction* AndIfCompare( |
HValue* p1, |
HValue* p2, |