From: jh9216.park Date: Thu, 14 Oct 2021 06:52:58 +0000 (-0400) Subject: Fix build error X-Git-Tag: submit/tizen/20211028.054746~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F90%2F265290%2F1;p=platform%2Fcore%2Fappfw%2Ftidl.git Fix build error Change-Id: I7a23ae54e701ca50521acbcf0c225970026da0e5 Signed-off-by: jh9216.park --- diff --git a/idlc/gen_cion/cs_cion_stub_gen.cc b/idlc/gen_cion/cs_cion_stub_gen.cc index 13740240..73b811f4 100644 --- a/idlc/gen_cion/cs_cion_stub_gen.cc +++ b/idlc/gen_cion/cs_cion_stub_gen.cc @@ -229,11 +229,9 @@ void CsCionStubGen::GenAsyncInvocation(std::ofstream& stream, const Declaration& // Invoke cnt = 1; std::string m; - bool hasRet = false; if (decl.GetType().ToString() != "void") { m += "var retVal = "; - hasRet = true; } m += "b." + decl.GetID() + "(";