From: Karsten Keil Date: Wed, 28 Sep 2011 10:17:00 +0000 (+0200) Subject: Remove unused variable ret X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=commitdiff_plain;h=a5846418d9ac518e7bc5e1328b71a19609c0dd1d Remove unused variable ret ret is not longer used for the new pid assign method. Signed-off-by: Karsten Keil --- 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;