summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-self-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'libappstream-glib/as-self-test.c')
-rw-r--r--libappstream-glib/as-self-test.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/libappstream-glib/as-self-test.c b/libappstream-glib/as-self-test.c
index 2c3c20e..e368eaf 100644
--- a/libappstream-glib/as-self-test.c
+++ b/libappstream-glib/as-self-test.c
@@ -50,9 +50,6 @@
#define AS_TEST_WILDCARD_SHA1 "\?\?\?\?\?\?\?\?\?\?\?\?\?\?\?\?\?\?\?\?\?\?\?\?\?\?\?\?\?\?\?\?\?\?\?\?\?\?\?\?"
-/**
- * as_test_compare_lines:
- **/
static gboolean
as_test_compare_lines (const gchar *txt1, const gchar *txt2, GError **error)
{
@@ -80,9 +77,6 @@ as_test_compare_lines (const gchar *txt1, const gchar *txt2, GError **error)
return FALSE;
}
-/**
- * as_test_get_filename:
- **/
static gchar *
as_test_get_filename (const gchar *filename)
{
@@ -109,9 +103,6 @@ as_test_hang_check_cb (gpointer user_data)
return G_SOURCE_REMOVE;
}
-/**
- * as_test_loop_run_with_timeout:
- **/
static void
as_test_loop_run_with_timeout (guint timeout_ms)
{
@@ -122,9 +113,6 @@ as_test_loop_run_with_timeout (guint timeout_ms)
g_main_loop_run (_test_loop);
}
-/**
- * as_test_loop_quit:
- **/
static void
as_test_loop_quit (void)
{