diff options
Diffstat (limited to 'libodbcpp/bind.h')
-rw-r--r-- | libodbcpp/bind.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libodbcpp/bind.h b/libodbcpp/bind.h index c256b2b..356723b 100644 --- a/libodbcpp/bind.h +++ b/libodbcpp/bind.h @@ -17,8 +17,5 @@ namespace ODBC { }; } -void operator << (SQL_TIMESTAMP_STRUCT & target, const struct tm &); -void operator << (struct tm &, const SQL_TIMESTAMP_STRUCT & target); - #endif |