update c_src
[nit.git] / c_src / collection.sep.0.h
diff --git a/c_src/collection.sep.0.h b/c_src/collection.sep.0.h
deleted file mode 100644 (file)
index 87c0ec3..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#include "nit.common.h"
-val* NEW_array__Array(const struct type* type);
-extern const int COLOR_array__Arrayabstract_collection__Sequence_FT0;
-extern const int COLOR_array__Array__with_capacity;
-val* NEW_range__Range(const struct type* type);
-extern const struct type type_range__Rangekernel__Int;
-val* BOX_kernel__Int(long);
-extern const int COLOR_range__Range__without_last;
-extern const int COLOR_abstract_collection__Collection__iterator;
-extern const int COLOR_abstract_collection__Iterator__is_ok;
-extern const int COLOR_abstract_collection__Iterator__item;
-extern const int COLOR_abstract_collection__SequenceRead___91d_93d;
-extern const int COLOR_abstract_collection__SimpleCollection__add;
-extern const int COLOR_abstract_collection__Iterator__next;
-val* collection__Sequence__subarray(val* self, long p0, long p1);