summaryrefslogtreecommitdiff
path: root/misc/amanda32-server/files/patch-common-src_glib-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/amanda32-server/files/patch-common-src_glib-util.c')
-rw-r--r--misc/amanda32-server/files/patch-common-src_glib-util.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/misc/amanda32-server/files/patch-common-src_glib-util.c b/misc/amanda32-server/files/patch-common-src_glib-util.c
deleted file mode 100644
index c1261d15f6e2..000000000000
--- a/misc/amanda32-server/files/patch-common-src_glib-util.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- common-src/glib-util.c.orig 2013-02-07 15:57:30.000000000 +0000
-+++ common-src/glib-util.c 2013-02-07 15:57:50.000000000 +0000
-@@ -120,15 +120,6 @@
- }
- #endif
-
--void g_queue_free_full(GQueue * queue) {
-- while (!g_queue_is_empty(queue)) {
-- gpointer data;
-- data = g_queue_pop_head(queue);
-- amfree(data);
-- }
-- g_queue_free(queue);
--}
--
- void g_ptr_array_free_full(GPtrArray * array) {
- size_t i;
-