aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/nifs/common
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2019-06-04 12:27:54 +0200
committerMicael Karlberg <[email protected]>2019-06-04 12:27:54 +0200
commit0ea354febac9482d9ef703f3c169c6cc3e4fea43 (patch)
treefb800274bd0b65c0bb55fc80386091702312b412 /erts/emulator/nifs/common
parent8db5891cf7ab08980a2e4890dcd70311c21fe76e (diff)
downloadotp-0ea354febac9482d9ef703f3c169c6cc3e4fea43.tar.gz
otp-0ea354febac9482d9ef703f3c169c6cc3e4fea43.tar.bz2
otp-0ea354febac9482d9ef703f3c169c6cc3e4fea43.zip
[esock] Post rebase cleanup
Rebase (on maint as of 20190529) resulted in a number of issues. Mostly in the (esock) test suite. OTP-15731
Diffstat (limited to 'erts/emulator/nifs/common')
-rw-r--r--erts/emulator/nifs/common/socket_nif.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/erts/emulator/nifs/common/socket_nif.c b/erts/emulator/nifs/common/socket_nif.c
index d24edde1e0..a14d3c860b 100644
--- a/erts/emulator/nifs/common/socket_nif.c
+++ b/erts/emulator/nifs/common/socket_nif.c
@@ -16452,8 +16452,6 @@ char* encode_cmsghdr_data_ipv6(ErlNifEnv* env,
#if defined(IPV6_PKTINFO)
case IPV6_PKTINFO:
{
- char* xres;
-
struct in6_pktinfo* pktInfoP = (struct in6_pktinfo*) dataP;
ERL_NIF_TERM ifIndex = MKI(env, pktInfoP->ipi6_ifindex);
ERL_NIF_TERM addr;