diff options
author | Niclas Eklund <[email protected]> | 2011-02-14 14:34:00 +0100 |
---|---|---|
committer | Niclas Eklund <[email protected]> | 2011-02-14 14:34:00 +0100 |
commit | d2bb03ce3a6a99f3e3f0abe1f74a355879437c4f (patch) | |
tree | c851063fc2b3201d3d64a0abe1be90e5222a9975 /lib/cosNotification | |
parent | 27d6af0ed32a25d7ea1dcd83a4163f8e6ec67844 (diff) | |
download | otp-d2bb03ce3a6a99f3e3f0abe1f74a355879437c4f.tar.gz otp-d2bb03ce3a6a99f3e3f0abe1f74a355879437c4f.tar.bz2 otp-d2bb03ce3a6a99f3e3f0abe1f74a355879437c4f.zip |
Updsated macro EFORMAT exit handling.
Diffstat (limited to 'lib/cosNotification')
-rw-r--r-- | lib/cosNotification/src/CosNotification_Common.erl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/cosNotification/src/CosNotification_Common.erl b/lib/cosNotification/src/CosNotification_Common.erl index 1e2d9640aa..bcd241f3a8 100644 --- a/lib/cosNotification/src/CosNotification_Common.erl +++ b/lib/cosNotification/src/CosNotification_Common.erl @@ -947,8 +947,6 @@ validate_event_qos(Wanted, Curr) -> v_e_q_helper(Wanted, Curr, []), []. -%% To avoid dialyzer warnings due to the use of exit/throw. -%%-spec(v_e_q_helper/3 :: (_, _, _) -> no_return()). v_e_q_helper([], _Curr, []) -> %% Parsed all and foynd no conflicts. ok; @@ -1073,8 +1071,6 @@ v_e_q_helper(What, _, _) -> %% LQS - local representation of QoS. %% Returns : {NewOMGStyleQoS, NewLocalQoS} | #'CosNotification_UnsupportedQoS'{} %%------------------------------------------------------------ -%% To avoid dialyzer warnings due to the use of exit/throw. -%%-spec(set_properties/9 :: (_, _, _, _, _, _, _, _, _) -> no_return()). set_properties([], Curr, channelAdm, _, [], NewQoS,_,_,LAS) -> merge_properties(NewQoS, Curr, LAS); set_properties([], Curr, _, _, [], NewQoS,_,_,LQS) -> |