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); |
}; |