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:
parent
e5143dbf9c
commit
503035fa7e
1 changed files with 0 additions and 2 deletions
|
@ -65,10 +65,8 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if __GNUC__ > 2 || ( __GNUC__ == 2 && __GNUC_MINOR__ >= 96 )
|
#if __GNUC__ > 2 || ( __GNUC__ == 2 && __GNUC_MINOR__ >= 96 )
|
||||||
#define TR_GNUC_PURE __attribute__ ( ( __pure__ ) )
|
|
||||||
#define TR_GNUC_MALLOC __attribute__ ( ( __malloc__ ) )
|
#define TR_GNUC_MALLOC __attribute__ ( ( __malloc__ ) )
|
||||||
#else
|
#else
|
||||||
#define TR_GNUC_PURE
|
|
||||||
#define TR_GNUC_MALLOC
|
#define TR_GNUC_MALLOC
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue