Commented out code removed

This commit is contained in:
eelke 2018-11-17 19:36:32 +01:00
parent e23164c98c
commit 3b8d0e40c4

View file

@ -29,10 +29,6 @@ Value Row::get(int col) const
return m_result.get(col, m_row);
}
//Value Row::get(const char *colname) const
//{
//}
Row::const_iterator Row::end() const
{
return const_iterator(*this, m_result.cols());