0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00

Removed some debug code

This commit is contained in:
rbock 2014-06-20 10:43:14 +02:00
parent 54c95db254
commit 04aab4d79b

View File

@ -386,14 +386,6 @@ int main()
.offset(3)
.as(alias::a)
;
sqlpp::provided_tables_of<decltype(r)>::wurstbrot;
decltype(r.a)::wurstbrot;
decltype((r.a != true)._lhs)::kaesekuchen;
sqlpp::required_tables_of<decltype(r.a != true)>::wurstbrot;
sqlpp::required_tables_of<decltype(t.alpha != 1)>::wurstbrot;
decltype(s1)::kaesekuchen;
#if 0
#endif
return 0;
}