Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/eglib
diff options
context:
space:
mode:
authorJoão Matos <joao@tritao.eu>2015-10-12 16:38:48 +0300
committerJoão Matos <joao@tritao.eu>2015-10-12 16:38:48 +0300
commit5a834ff4af145ffb3a986101c7724f80eb4edadf (patch)
tree43d001ad986c314cabb44484743dc86d2844f287 /eglib
parent030f9dd26d8a308bfde0a59b43357b707992ef6c (diff)
Revert "Reworked coop GC stack handling in platforms with restricted access to register contexts."
Diffstat (limited to 'eglib')
-rw-r--r--eglib/src/gbytearray.c7
-rw-r--r--eglib/src/glib.h1
2 files changed, 0 insertions, 8 deletions
diff --git a/eglib/src/gbytearray.c b/eglib/src/gbytearray.c
index f8231b4834f..8702a4957a8 100644
--- a/eglib/src/gbytearray.c
+++ b/eglib/src/gbytearray.c
@@ -49,10 +49,3 @@ g_byte_array_append (GByteArray *array,
{
return (GByteArray *)g_array_append_vals ((GArray *)array, data, len);
}
-
-void
-g_byte_array_set_size (GByteArray *array, gint length)
-{
- g_array_set_size ((GArray *)array, length);
-}
-
diff --git a/eglib/src/glib.h b/eglib/src/glib.h
index f5473bd2a5c..4b2c6d659d4 100644
--- a/eglib/src/glib.h
+++ b/eglib/src/glib.h
@@ -486,7 +486,6 @@ struct _GByteArray {
GByteArray *g_byte_array_new (void);
GByteArray* g_byte_array_append (GByteArray *array, const guint8 *data, guint len);
guint8* g_byte_array_free (GByteArray *array, gboolean free_segment);
-void g_byte_array_set_size (GByteArray *array, gint length);
/*
* Array