Rover: removed NOINLINE define

This commit is contained in:
Andrew Tridgell 2015-05-21 09:35:40 +10:00
parent a1a3212131
commit 3ae11376a9
1 changed files with 0 additions and 3 deletions

View File

@ -124,7 +124,4 @@ enum mode {
// convert a boolean (0 or 1) to a sign for multiplying (0 maps to 1, 1 maps to -1)
#define BOOL_TO_SIGN(bvalue) ((bvalue)?-1:1)
// mark a function as not to be inlined
#define NOINLINE __attribute__((noinline))
#endif // _DEFINES_H