diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2016-03-27 21:43:44 +0200 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2016-03-27 22:14:58 +0200 |
commit | c7b32ad55f4a6ec59f431f47ac2a8a9099f87ab7 (patch) | |
tree | 9c781f4f4a8052ecff3b93a0d31093b0167b271b /includes | |
parent | 06cd26b92a4dfe1f5036440085c602da798d5146 (diff) | |
download | haskell-c7b32ad55f4a6ec59f431f47ac2a8a9099f87ab7.tar.gz |
Remove now pointless INLINE_ME macro
At some point there may have been a reason for the
`INLINE_ME` macro, but not anymore...
Reviewed By: austin
Differential Revision: https://phabricator.haskell.org/D2041
Diffstat (limited to 'includes')
-rw-r--r-- | includes/Stg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/Stg.h b/includes/Stg.h index a2894a56f4..b179db6deb 100644 --- a/includes/Stg.h +++ b/includes/Stg.h @@ -137,7 +137,6 @@ // The problem, however, is with 'extern inline' whose semantics significantly // differs between gnu90 and C99 #define INLINE_HEADER static inline -#define INLINE_ME inline #define STATIC_INLINE static inline // Figure out whether `__attributes__((gnu_inline))` is needed |