removed forgotten prototype in __INIT_EXTERNAL accessor, causing warning ant build time
authorEdouard Tisserant
Thu, 16 Feb 2012 13:27:04 +0100
changeset 403 b6568471de90
parent 402 ffa2afab2806
child 404 ff3313e22883
removed forgotten prototype in __INIT_EXTERNAL accessor, causing warning ant build time
lib/accessor.h
--- a/lib/accessor.h	Tue Feb 07 20:20:19 2012 +0100
+++ b/lib/accessor.h	Thu Feb 16 13:27:04 2012 +0100
@@ -57,7 +57,6 @@
 	__INIT_RETAIN(domain##__##name, retained)
 #define __INIT_EXTERNAL(type, global, name, retained)\
     {\
-        type* __GET_GLOBAL_##global();\
 		name.value = __GET_GLOBAL_##global();\
 		__INIT_RETAIN(name, retained)\
     }