From a5846418d9ac518e7bc5e1328b71a19609c0dd1d Mon Sep 17 00:00:00 2001 From: Karsten Keil Date: Wed, 28 Sep 2011 12:17:00 +0200 Subject: [PATCH] Remove unused variable ret ret is not longer used for the new pid assign method. Signed-off-by: Karsten Keil --- dss1.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dss1.cpp b/dss1.cpp index eabb0cd..2a336d8 100644 --- 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; +#ifdef OLD_MT_ASSIGN int ret; +#endif int plan, type, screen, present, reason; int plan2, type2, screen2, present2; int capability, mode, rate, coding, user, presentation, interpretation, hlc, exthlc; -- 2.13.6