aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_interface/include
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2019-04-05 19:26:15 +0200
committerSverker Eriksson <[email protected]>2019-04-12 18:28:29 +0200
commita78bf4550d8bba67672624b73841c83614dd3db0 (patch)
tree45eeeed898d67e16d64c6db5df8fdcfe5ecc8005 /lib/erl_interface/include
parent7e064720c1363ee4ca4209d7c8b0f33a90182ce7 (diff)
downloadotp-a78bf4550d8bba67672624b73841c83614dd3db0.tar.gz
otp-a78bf4550d8bba67672624b73841c83614dd3db0.tar.bz2
otp-a78bf4550d8bba67672624b73841c83614dd3db0.zip
erl_interface: Remove ei_get_type_internal()
same as ei_get_type()
Diffstat (limited to 'lib/erl_interface/include')
-rw-r--r--lib/erl_interface/include/ei.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/erl_interface/include/ei.h b/lib/erl_interface/include/ei.h
index ad0e30b101..056acf9749 100644
--- a/lib/erl_interface/include/ei.h
+++ b/lib/erl_interface/include/ei.h
@@ -547,8 +547,6 @@ int ei_x_encode_map_header(ei_x_buff* x, long n);
*/
int ei_get_type(const char *buf, const int *index, int *type, int *size);
-int ei_get_type_internal(const char *buf, const int *index, int *type,
- int *size);
/* Step through buffer, decoding the given type into the buffer
* provided. On success, 0 is returned and index is updated to point