summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHwankyu Jhun <h.jhun@samsung.com>2018-09-19 17:45:29 +0900
committerHwankyu Jhun <h.jhun@samsung.com>2018-09-19 17:45:29 +0900
commit1862659e88380d704f669775aa18949255a7f0c9 (patch)
tree475233f776441859ba4272f023dfc64e3dd1d0bb
parente2c98ccefef51179c274ed632ab7e605aa12e00b (diff)
downloadtidl-1862659e88380d704f669775aa18949255a7f0c9.tar.gz
tidl-1862659e88380d704f669775aa18949255a7f0c9.tar.bz2
tidl-1862659e88380d704f669775aa18949255a7f0c9.zip
Fixed build break
- Removes unused variable Change-Id: Idd03b7f5ae2d503864ab1e051019329434e40e2d Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
-rw-r--r--idlc/c_gen/c_body_gen_base.cc1
1 files changed, 0 insertions, 1 deletions
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" ||