diff options
author | Henrik Nord <[email protected]> | 2015-10-13 10:51:18 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2015-10-13 10:51:18 +0200 |
commit | 76197244444991e5dc97089dc0848159d93f4db6 (patch) | |
tree | 8eefe35c9a260c6f9c7be8c4ecc001e4aa1ee99d /erts/emulator | |
parent | 1ee7a4e26e66aac66ee5a17c752e0a518c07ad10 (diff) | |
parent | f237a833c2361183199cf4f2ce96672d03e290f3 (diff) | |
download | otp-76197244444991e5dc97089dc0848159d93f4db6.tar.gz otp-76197244444991e5dc97089dc0848159d93f4db6.tar.bz2 otp-76197244444991e5dc97089dc0848159d93f4db6.zip |
Merge branch 'kostis/hipe-native-bif-warning' into maint
* kostis/hipe-native-bif-warning:
Take out unused code that results in a gcc warning
OTP-13041
Diffstat (limited to 'erts/emulator')
-rw-r--r-- | erts/emulator/hipe/hipe_native_bif.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/erts/emulator/hipe/hipe_native_bif.c b/erts/emulator/hipe/hipe_native_bif.c index 98bda43f0e..688378b2fe 100644 --- a/erts/emulator/hipe/hipe_native_bif.c +++ b/erts/emulator/hipe/hipe_native_bif.c @@ -93,9 +93,6 @@ BIF_RETTYPE hipe_set_timeout(BIF_ALIST_1) { Process* p = BIF_P; Eterm timeout_value = BIF_ARG_1; -#if !defined(ARCH_64) - Uint time_val; -#endif /* XXX: This should be converted to follow BEAM conventions, * but that requires some compiler changes. * |