1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-13 07:33:02 +00:00

(trunk) remove unused gcc symbol: TR_GNUC_PURE

This commit is contained in:
Jordan Lee 2011-03-22 23:37:20 +00:00
parent e5143dbf9c
commit 503035fa7e

View file

@ -65,10 +65,8 @@ extern "C" {
#endif
#if __GNUC__ > 2 || ( __GNUC__ == 2 && __GNUC_MINOR__ >= 96 )
#define TR_GNUC_PURE __attribute__ ( ( __pure__ ) )
#define TR_GNUC_MALLOC __attribute__ ( ( __malloc__ ) )
#else
#define TR_GNUC_PURE
#define TR_GNUC_MALLOC
#endif