diff options
author | Sverker Eriksson <[email protected]> | 2019-04-08 17:59:40 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2019-04-12 18:28:29 +0200 |
commit | 46aa940b9d771c4806aacaf065c2f637474e9815 (patch) | |
tree | c86b53eb31475a5887e2576e164d85b955834949 /lib/erl_interface/src/misc/ei_compat.c | |
parent | ef92738bd1725ec43f58f78ac8d9f271dcb99c8a (diff) | |
download | otp-46aa940b9d771c4806aacaf065c2f637474e9815.tar.gz otp-46aa940b9d771c4806aacaf065c2f637474e9815.tar.bz2 otp-46aa940b9d771c4806aacaf065c2f637474e9815.zip |
erl_interface: Remove old r9 pid and port compatibility
Diffstat (limited to 'lib/erl_interface/src/misc/ei_compat.c')
-rw-r--r-- | lib/erl_interface/src/misc/ei_compat.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/erl_interface/src/misc/ei_compat.c b/lib/erl_interface/src/misc/ei_compat.c index 93d7dbfb83..ff94e144ee 100644 --- a/lib/erl_interface/src/misc/ei_compat.c +++ b/lib/erl_interface/src/misc/ei_compat.c @@ -33,8 +33,3 @@ ei_set_compat_rel(unsigned rel) compat_rel = rel; } -int -ei_internal_use_r9_pids_ports(void) -{ - return compat_rel < 10; -} |