aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/beam_emu.c
diff options
context:
space:
mode:
authorJohn Högberg <[email protected]>2017-09-11 10:09:15 +0200
committerJohn Högberg <[email protected]>2017-09-11 10:09:15 +0200
commit01455c2e5397702a887cf194c1fa12f2461e6dda (patch)
tree53b5743d7d49c4d0fad9b2e41c8dfef0523bb245 /erts/emulator/beam/beam_emu.c
parent8893ad1594b9ea918ede8a791407f9cae8285278 (diff)
parenta1601976d5a3eb8027a7f292b0071dd28688c51f (diff)
downloadotp-01455c2e5397702a887cf194c1fa12f2461e6dda.tar.gz
otp-01455c2e5397702a887cf194c1fa12f2461e6dda.tar.bz2
otp-01455c2e5397702a887cf194c1fa12f2461e6dda.zip
Merge branch 'maint'
Diffstat (limited to 'erts/emulator/beam/beam_emu.c')
-rw-r--r--erts/emulator/beam/beam_emu.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/erts/emulator/beam/beam_emu.c b/erts/emulator/beam/beam_emu.c
index 3dce16aedd..55990362ff 100644
--- a/erts/emulator/beam/beam_emu.c
+++ b/erts/emulator/beam/beam_emu.c
@@ -107,10 +107,6 @@ do { \
# define CHECK_ARGS(T)
#endif
-#ifndef MAX
-#define MAX(x, y) (((x) > (y)) ? (x) : (y))
-#endif
-
#define GET_BIF_MODULE(p) (p->info.mfa.module)
#define GET_BIF_FUNCTION(p) (p->info.mfa.function)
#define GET_BIF_ARITY(p) (p->info.mfa.arity)