Fixed build on windows. Msvc is an idiot.
authorchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 27 Nov 2008 12:10:16 +0000 (12:10 +0000)
committerchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 27 Nov 2008 12:10:16 +0000 (12:10 +0000)
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@858 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

src/jsregexp.h

index 2bea0de..4a96cbf 100644 (file)
@@ -505,9 +505,6 @@ struct NodeInfo {
 };
 
 
-STATIC_CHECK(sizeof(NodeInfo) <= sizeof(int));  // NOLINT
-
-
 class SiblingList {
  public:
   SiblingList() : list_(NULL) { }