cleanup: remove now unused B_ATTRIBUTE_USED macro.

git-svn-id: https://svn.eduke32.com/eduke32@2428 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2012-03-08 19:15:18 +00:00
parent 07426ccc2a
commit 91c13a4ee6

View file

@ -373,13 +373,6 @@ EXTERN char show2dwall[(MAXWALLS+7)>>3];
EXTERN char show2dsprite[(MAXSPRITES+7)>>3];
//EXTERN char automapping;
// GCC 4.6 LTO build fix
#ifdef USING_LTO
# define B_ATTRIBUTE_USED ATTRIBUTE((used))
#else
# define B_ATTRIBUTE_USED
#endif
EXTERN char gotpic[(MAXTILES+7)>>3];
EXTERN char gotsector[(MAXSECTORS+7)>>3];