eolian-cxx: Removed useless commented code
authorFelipe Magno de Almeida <felipe@expertisesolutions.com.br>
Thu, 26 May 2016 19:46:40 +0000 (16:46 -0300)
committerFelipe Magno de Almeida <felipe@expertisesolutions.com.br>
Thu, 26 May 2016 19:46:40 +0000 (16:46 -0300)
src/lib/eolian_cxx/grammar/type_generator.hh

index de01890..43cd1d2 100644 (file)
@@ -76,7 +76,7 @@ operator<<(std::ostream& out, efl::eolian::grammar::c_type const& x)
    std::string res;
    for (auto rit = x._list.parts.rbegin(), last = x._list.parts.rend(); rit != last; ++rit)
      {
-       res = /*type_is_binding(*rit) ? (*rit).binding :*/ (*rit).native;
+       res = (*rit).native;
      }
    assert(!res.empty());
    return out << res;