From: Hwankyu Jhun Date: Wed, 19 Sep 2018 08:45:29 +0000 (+0900) Subject: Fixed build break X-Git-Tag: accepted/tizen/5.0/unified/20181102.015323~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1862659e88380d704f669775aa18949255a7f0c9;p=platform%2Fcore%2Fappfw%2Ftidl.git Fixed build break - Removes unused variable Change-Id: Idd03b7f5ae2d503864ab1e051019329434e40e2d Signed-off-by: Hwankyu Jhun --- diff --git a/idlc/c_gen/c_body_gen_base.cc b/idlc/c_gen/c_body_gen_base.cc index d311a97..00332cf 100644 --- a/idlc/c_gen/c_body_gen_base.cc +++ b/idlc/c_gen/c_body_gen_base.cc @@ -748,7 +748,6 @@ std::string CBodyGeneratorBase::GetFinalizeString(const std::string& id, std::string CBodyGeneratorBase::GetSetterString(const std::string& id, const BaseType& type) { std::string str; - const char setter[] = "$$ = $$;\n"; if (type.IsUserDefinedType() || type.ToString() == "string" ||