diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-09-05 13:02:10 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-09-17 12:04:03 +0200 |
commit | 2c3dcfeee4fd2adb5a7dbd9af1c8ee02d4664d39 (patch) | |
tree | 9a714ac0b54c126d525fe89d52414fbe234af263 /common/statement/processing | |
parent | 59293cddb0d37a2bf37e579aa42da00fc9cfc5dc (diff) |
Versioned section support
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. // { |