Misc: More cleanup

This commit is contained in:
Aokromes
2017-11-25 02:50:29 +01:00
parent d5c6a4f20a
commit 90badf9d7e
76 changed files with 0 additions and 76 deletions

View File

@@ -370,4 +370,3 @@ Field const& PreparedResultSet::operator[](std::size_t index) const
ASSERT(index < m_fieldCount);
return m_rows[uint32(m_rowPosition) * m_fieldCount + index];
}