Remove unused variable ret karsten/pending origin/pending
authorKarsten Keil <kkeil@linux-pingi.de>
Wed, 28 Sep 2011 10:17:00 +0000 (12:17 +0200)
committerKarsten Keil <kkeil@linux-pingi.de>
Wed, 28 Sep 2011 10:17:00 +0000 (12:17 +0200)
ret is not longer used for the new pid assign method.

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
dss1.cpp

index eabb0cd..2a336d8 100644 (file)
--- a/dss1.cpp
+++ b/dss1.cpp
@@ -1943,7 +1943,9 @@ void Pdss1::message_information(unsigned int epoint_id, int message_id, union pa
 void Pdss1::message_setup(unsigned int epoint_id, int message_id, union parameter *param)
 {
        l3_msg *l3m;
 void Pdss1::message_setup(unsigned int epoint_id, int message_id, union parameter *param)
 {
        l3_msg *l3m;
+#ifdef OLD_MT_ASSIGN
        int ret;
        int ret;
+#endif
        int plan, type, screen, present, reason;
        int plan2, type2, screen2, present2;
        int capability, mode, rate, coding, user, presentation, interpretation, hlc, exthlc;
        int plan, type, screen, present, reason;
        int plan2, type2, screen2, present2;
        int capability, mode, rate, coding, user, presentation, interpretation, hlc, exthlc;