Chromium Code Reviews| Index: src/full-codegen/full-codegen.h |
| diff --git a/src/full-codegen/full-codegen.h b/src/full-codegen/full-codegen.h |
| index a4af52d0ae870592debb1233641a6547d7b47567..78304c4fab0230fbd569d57ff5d0267d80177371 100644 |
| --- a/src/full-codegen/full-codegen.h |
| +++ b/src/full-codegen/full-codegen.h |
| @@ -488,7 +488,6 @@ class FullCodeGenerator: public AstVisitor { |
| #define FOR_EACH_FULL_CODE_INTRINSIC(F) \ |
| F(IsSmi) \ |
| - F(IsNonNegativeSmi) \ |
| F(IsArray) \ |
| F(IsTypedArray) \ |
| F(IsRegExp) \ |