aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/big.h
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2017-05-16 10:47:44 +0200
committerGitHub <[email protected]>2017-05-16 10:47:44 +0200
commit8fd3466d1fef48a09a45f7fd7f031addf3855dc2 (patch)
tree86164a6d5475cd80378af352d6734044b1a1f513 /erts/emulator/beam/big.h
parent836d89d9423b4aa01fc887286b6a97721f62c02e (diff)
parente6437e926340c3024449b83826f8013d187caaed (diff)
downloadotp-8fd3466d1fef48a09a45f7fd7f031addf3855dc2.tar.gz
otp-8fd3466d1fef48a09a45f7fd7f031addf3855dc2.tar.bz2
otp-8fd3466d1fef48a09a45f7fd7f031addf3855dc2.zip
Merge pull request #1436 from garazdawi/lukas/erts/remove_unused_functions
erts: Remove old unused functions
Diffstat (limited to 'erts/emulator/beam/big.h')
-rw-r--r--erts/emulator/beam/big.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/erts/emulator/beam/big.h b/erts/emulator/beam/big.h
index 4a96d971c3..258038a157 100644
--- a/erts/emulator/beam/big.h
+++ b/erts/emulator/beam/big.h
@@ -118,9 +118,7 @@ Eterm big_minus(Eterm, Eterm, Eterm*);
Eterm big_times(Eterm, Eterm, Eterm*);
Eterm big_div(Eterm, Eterm, Eterm*);
Eterm big_rem(Eterm, Eterm, Eterm*);
-Eterm big_neg(Eterm, Eterm*);
-Eterm big_minus_small(Eterm, Uint, Eterm*);
Eterm big_plus_small(Eterm, Uint, Eterm*);
Eterm big_times_small(Eterm, Uint, Eterm*);