diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-12-29 01:59:25 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-12-29 06:00:07 +0000 |
commit | 334daf7dfdd2f815e5c112a9e98fbc878ae4e41c (patch) | |
tree | 6413581a2aa407f063178697b0c01b6d8ba3e7ed /libpqpp/pq-column.cpp | |
parent | Remove 1ms sleep from ping, do the sleep in the test (diff) | |
download | libdbpp-postgresql-334daf7dfdd2f815e5c112a9e98fbc878ae4e41c.tar.bz2 libdbpp-postgresql-334daf7dfdd2f815e5c112a9e98fbc878ae4e41c.tar.xz libdbpp-postgresql-334daf7dfdd2f815e5c112a9e98fbc878ae4e41c.zip |
Remove rebind
Diffstat (limited to 'libpqpp/pq-column.cpp')
-rw-r--r-- | libpqpp/pq-column.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libpqpp/pq-column.cpp b/libpqpp/pq-column.cpp index c569ca2..6b949d4 100644 --- a/libpqpp/pq-column.cpp +++ b/libpqpp/pq-column.cpp @@ -75,9 +75,3 @@ PQ::Column::apply(DB::HandleField & h) const } } -void -PQ::Column::rebind(DB::Command *, unsigned int) const -{ - throw Error("Not supported"); -} - |