aboutsummaryrefslogtreecommitdiffstats
path: root/slang_rs_reflection_cpp.cpp
diff options
context:
space:
mode:
authorJean-Luc Brouillet <jeanluc@google.com>2014-05-27 11:35:17 -0700
committerJean-Luc Brouillet <jeanluc@google.com>2014-05-27 12:53:09 -0700
commit796e7b1400d3f3f7c07496d88bb48129ea925bb9 (patch)
treeb7eec18ffa7084a2799310687044929c54eb1f7c /slang_rs_reflection_cpp.cpp
parentcbda9f410c337e2907a2db8ec68aba531c5d7907 (diff)
downloadandroid_frameworks_compile_slang-796e7b1400d3f3f7c07496d88bb48129ea925bb9.tar.gz
android_frameworks_compile_slang-796e7b1400d3f3f7c07496d88bb48129ea925bb9.tar.bz2
android_frameworks_compile_slang-796e7b1400d3f3f7c07496d88bb48129ea925bb9.zip
Remove useless "return;" statements.
More cleanups to follow... Change-Id: Ib8348255273771c1e9ff07e79bd7fbc8f2795a5b
Diffstat (limited to 'slang_rs_reflection_cpp.cpp')
-rw-r--r--slang_rs_reflection_cpp.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/slang_rs_reflection_cpp.cpp b/slang_rs_reflection_cpp.cpp
index 882d408..71a6231 100644
--- a/slang_rs_reflection_cpp.cpp
+++ b/slang_rs_reflection_cpp.cpp
@@ -946,7 +946,6 @@ void RSReflectionCpp::genInitExportVariable(const RSExportType *ET,
slangAssert(false && "Unknown class of type");
}
}
- return;
}
void RSReflectionCpp::genZeroInitExportVariable(const std::string &VarName) {