diff options
Diffstat (limited to 'common/statement/processing')
-rw-r--r-- | common/statement/processing/driver.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/common/statement/processing/driver.cxx b/common/statement/processing/driver.cxx index 99a9be9..2064315 100644 --- a/common/statement/processing/driver.cxx +++ b/common/statement/processing/driver.cxx @@ -246,16 +246,6 @@ main (int, char* argv[]) b, 2)); } - // Empty via statement. - // - { - void* b[] = {argv}; - assert (update ("UPDATE [foo]\n" - "WHERE [id]=$1", - "UPDATE [foo] WHERE [id]=$1", - b, 1)); - } - // Empty via bind. // { |