Index: src/code.h |
diff --git a/src/code.h b/src/code.h |
index a0639e8deb8ae4e946e1e35a330aea03eee7a895..f29b3552ea74c00f0efdf5c4804d74463de9b9db 100644 |
--- a/src/code.h |
+++ b/src/code.h |
@@ -42,11 +42,8 @@ class ParameterCount BASE_EMBEDDED { |
private: |
const Register reg_; |
const int immediate_; |
- |
- DISALLOW_IMPLICIT_CONSTRUCTORS(ParameterCount); |
}; |
- |
} } // namespace v8::internal |
#endif // V8_CODE_H_ |