diff options
Diffstat (limited to 'include/SQL.h')
-rw-r--r-- | include/SQL.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/include/SQL.h b/include/SQL.h index 846afe2..4385a6d 100644 --- a/include/SQL.h +++ b/include/SQL.h @@ -5,15 +5,7 @@ #include <mysql.h> #include <Exceptions.h> -namespace BMySQL { - struct ltstr { - bool operator()(String s1, String s2) const { - return s1 < s2; - } - }; -}; - -typedef std::map<String, String, BMySQL::ltstr> AssocArray; +typedef std::map<String, String> AssocArray; class SQLConnection : public Base { public: |