summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2013-07-27 15:48:15 +0800
committerHarald Welte <laforge@gnumonks.org>2013-07-27 16:00:08 +0800
commit799b2fca79940200b433611fe6adcfe6d71216a7 (patch)
tree063b52719f4767bf69369d44068563e65a4a1b6f /src
parent4540ecdad75f620244634d5a2bf606a2a1cfc903 (diff)
remove dead commented out code
Diffstat (limited to 'src')
-rw-r--r--src/sctp_core.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sctp_core.erl b/src/sctp_core.erl
index 9506be2..291746b 100644
--- a/src/sctp_core.erl
+++ b/src/sctp_core.erl
@@ -139,8 +139,6 @@ send_sctp_to_peer(LoopDat, PktData, StreamId, Ppid) when is_binary(PktData) ->
gen_sctp:send(Sock, SndRcvInfo, PktData).
send_prim_to_user(LoopDat, Prim) when is_record(LoopDat, sctp_state), is_record(Prim, primitive) ->
- %#m3ua_state{user_fun = Fun, user_args = Args} = LoopDat,
- %Fun(Prim, Args).
UserPid = LoopDat#sctp_state.user_pid,
UserPid ! Prim.