summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-06-01 13:54:14 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-06-01 14:44:16 +0100
commitd55cab3d49b0355aa447d7bae21ded1c6e9f2584 (patch)
tree0e548bdc1bfcf77166f304e1c37f640342c87407 /tests
parenta0608aaa301cd5ff7a2bac97d5b5299ff0453239 (diff)
Remove MYASSERT_SAME_UINT
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/myassert.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/lib/myassert.h b/tests/lib/myassert.h
index 581e9c8a9..4100c6035 100644
--- a/tests/lib/myassert.h
+++ b/tests/lib/myassert.h
@@ -13,7 +13,4 @@
}\
} G_STMT_END
-#define MYASSERT_SAME_UINT(left, right) \
- g_assert_cmpuint ((left), ==, (right))
-
#endif