summaryrefslogtreecommitdiff
path: root/tests/m-common.c
diff options
context:
space:
mode:
authorChristian Schramm <christian.h.m.schramm@gmail.com>2014-03-28 09:32:15 +0100
committerRay Strode <rstrode@redhat.com>2014-04-07 10:04:36 -0400
commitbbc08d3456ce77de1eae63b6f321a9256d54d873 (patch)
treeb8f9f5c6176a2e4c62f1eca3fb3e7aa6d745206c /tests/m-common.c
parentaf384da3c72efee40dcba48bb0e3e2ad6a08f6e4 (diff)
downloadgdm-bbc08d3456ce77de1eae63b6f321a9256d54d873.tar.gz
common: remove gdm_string_hex_{de,en}code()
These functions are unused, so there's no reason to keep them around. This commit removes those functions and corresponding test code. https://bugzilla.gnome.org/show_bug.cgi?id=727183
Diffstat (limited to 'tests/m-common.c')
-rw-r--r--tests/m-common.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/m-common.c b/tests/m-common.c
index 0c038054..c5ff2f4a 100644
--- a/tests/m-common.c
+++ b/tests/m-common.c
@@ -24,7 +24,6 @@
#include <glib-object.h>
#include "s-common-address.h"
-#include "s-common-utils.h"
static gboolean no_fork = FALSE;
static gboolean verbose = FALSE;
@@ -57,8 +56,7 @@ main (int argc, char **argv)
exit (1);
}
- r = srunner_create (suite_common_utils ());
- srunner_add_suite (r, suite_common_address ());
+ r = srunner_create (suite_common_address ());
if (no_fork) {
srunner_set_fork_status (r, CK_NOFORK);