From bd337954fa5f24cd95ba2b075ba9d43cc116950b Mon Sep 17 00:00:00 2001 From: Roland Bock Date: Wed, 2 Oct 2013 19:45:58 +0200 Subject: [PATCH] Deleted unused struct --- include/sqlpp11/detail/basic_operators.h | 6 ------ 1 file changed, 6 deletions(-) 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>