summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLauro Moura <lauromoura@expertisesolutions.com.br>2019-10-30 19:57:15 -0300
committerLauro Moura <lauromoura@expertisesolutions.com.br>2019-10-30 19:57:15 -0300
commit19841aff2cc8a0a4b95277743cfee2f43061ae1e (patch)
treed0f622cacbd8618d08781f8612a8441bbec8ac10
parentaa5cf70ff646def64c56f62a0d821d99bb51b2e8 (diff)
downloadefl-19841aff2cc8a0a4b95277743cfee2f43061ae1e.tar.gz
csharp: Remove some uneeded variables.
Left behind from a previous version of the method.
-rw-r--r--src/bin/eolian_mono/eolian/mono/klass.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bin/eolian_mono/eolian/mono/klass.hh b/src/bin/eolian_mono/eolian/mono/klass.hh
index 3af4b134a4..06829ca824 100644
--- a/src/bin/eolian_mono/eolian/mono/klass.hh
+++ b/src/bin/eolian_mono/eolian/mono/klass.hh
@@ -511,10 +511,6 @@ struct klass
template <typename OutputIterator, typename Context>
bool generate_fields(OutputIterator sink, attributes::klass_def const& cls, Context const& context) const
{
- std::string visibility = is_inherit_context(context) ? "protected " : "private ";
-
- std::string class_getter = name_helpers::klass_get_name(cls) + "()";
- std::string native_inherit_full_name = name_helpers::klass_full_native_inherit_name(cls);
auto inherit_name = name_helpers::klass_concrete_name(cls);
if(!as_generator(