Reviewers: Hannes Payer,

Description:
Remove obsolete declaration that broke Windows build.

[email protected]
BUG=

Please review this at https://codereview.chromium.org/440393002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+0, -1 lines):
  M src/types.h


Index: src/types.h
diff --git a/src/types.h b/src/types.h
index 0af790a5ad8cb860006e5955e3fa7e213f698809..3321b8b1bdafd2183775e4ef0265de7938567c7c 100644
--- a/src/types.h
+++ b/src/types.h
@@ -472,7 +472,6 @@ class TypeImpl : public Config::Base {
   static int ExtendUnion(
       UnionHandle unioned, int current_size, TypeHandle t,
       TypeHandle other, bool is_intersect, Region* region);
- static int NormalizeUnion(UnionHandle unioned, int current_size, int bitset);
 };




--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to