diff options
author | Micael Karlberg <[email protected]> | 2011-04-18 17:00:05 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-04-18 17:00:05 +0200 |
commit | 178cec8c7290e82db5d7d80a9d74ab0cb3f85bed (patch) | |
tree | e0b3fbc224aeca9f6ea720de533519f59cf70a98 /lib | |
parent | ba6813a7bb0aa18df2fff5934288f4f960f8582a (diff) | |
download | otp-178cec8c7290e82db5d7d80a9d74ab0cb3f85bed.tar.gz otp-178cec8c7290e82db5d7d80a9d74ab0cb3f85bed.tar.bz2 otp-178cec8c7290e82db5d7d80a9d74ab0cb3f85bed.zip |
Removed unused function.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/snmp/src/agent/snmpa.erl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/snmp/src/agent/snmpa.erl b/lib/snmp/src/agent/snmpa.erl index e9023693d3..b2e4f253ab 100644 --- a/lib/snmp/src/agent/snmpa.erl +++ b/lib/snmp/src/agent/snmpa.erl @@ -601,17 +601,6 @@ set_request_limit(Agent, NewLimit) -> send_notification2(Agent, Notification, SendOpts) -> snmpa_agent:send_notification(Agent, Notification, SendOpts). -send_notification(Agent, Notification) -> - SendOpts = - [ - {receiver, no_receiver}, - {varbinds, []}, - {name, ""}, - {context, ""}, - {extra, ?DEFAULT_NOTIF_EXTRA_INFO} - ], - send_notification2(Agent, Notification, SendOpts). - send_notification(Agent, Notification, Recv) -> SendOpts = [ |