diff --git a/include/sqlpp11/detail/basic_operators.h b/include/sqlpp11/detail/basic_operators.h index 6442144f..0011329a 100644 --- a/include/sqlpp11/detail/basic_operators.h +++ b/include/sqlpp11/detail/basic_operators.h @@ -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 class Constraint>