aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/hipe
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2015-10-13 10:51:18 +0200
committerHenrik Nord <[email protected]>2015-10-13 10:51:18 +0200
commit76197244444991e5dc97089dc0848159d93f4db6 (patch)
tree8eefe35c9a260c6f9c7be8c4ecc001e4aa1ee99d /erts/emulator/hipe
parent1ee7a4e26e66aac66ee5a17c752e0a518c07ad10 (diff)
parentf237a833c2361183199cf4f2ce96672d03e290f3 (diff)
downloadotp-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/hipe')
-rw-r--r--erts/emulator/hipe/hipe_native_bif.c3
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.
*