Use beast_sqlite and beast_sqdb

This commit is contained in:
Vinnie Falco
2013-07-24 03:15:07 -07:00
parent ece44f5886
commit 3435636a43
9 changed files with 20 additions and 104 deletions

View File

@@ -135,8 +135,6 @@ StringPairArray parseKeyValueSection (Section& secSource, String const& strSecti
// yuck.
std::string const stdStrSection (strSection.toStdString ());
int const count = SectionCount (secSource, stdStrSection);
typedef Section::mapped_type Entries;
Entries* const entries = SectionEntries (secSource, stdStrSection);