diff options
author | Stef Walter <stefw@gnome.org> | 2012-11-09 14:06:41 +0100 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2012-11-09 14:07:14 +0100 |
commit | aeae080e778c5168eae22b3271d60fc6bc7e1482 (patch) | |
tree | e161b6e296e1049e79b9afe65701b25016e66f6f /gck | |
parent | e186975ed53a897262fb455f5d7a8de842cdbfd2 (diff) |
gck: Remove duplicate defined symbol
* We shouldn't be defining the secure memory globals twice,
once in the gck library and once in its tests.
https://bugzilla.gnome.org/show_bug.cgi?id=687980
Diffstat (limited to 'gck')
-rw-r--r-- | gck/tests/test-gck-attributes.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gck/tests/test-gck-attributes.c b/gck/tests/test-gck-attributes.c index 7be1cb6..3ca3428 100644 --- a/gck/tests/test-gck-attributes.c +++ b/gck/tests/test-gck-attributes.c @@ -31,8 +31,6 @@ #include "gck/gck.h" #include "gck/gck-test.h" -EGG_SECURE_DEFINE_GLIB_GLOBALS (); - EGG_SECURE_DECLARE (test_gck_attributes); #define ATTR_TYPE 55 |