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
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/src/gbytearray.c
parent030f9dd26d8a308bfde0a59b43357b707992ef6c (diff)
Revert "Reworked coop GC stack handling in platforms with restricted access to register contexts."
Diffstat (limited to 'eglib/src/gbytearray.c')
-rw-r--r--eglib/src/gbytearray.c7
1 files changed, 0 insertions, 7 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);
-}
-