Deleted unused struct

This commit is contained in:
Roland Bock
2013-10-02 19:45:58 +02:00
parent 1a8ea5a3b3
commit bd337954fa

View File

@@ -76,12 +76,6 @@ namespace sqlpp
static constexpr const char* _name = "IS NOT NULL";
};
struct not_in_
{
using _value_type = boolean;
static constexpr const char* _name = "NOT IN";
};
// basic operators
template<typename Base, template<typename> class Constraint>