aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-09-05 13:02:10 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-09-17 12:04:03 +0200
commit2c3dcfeee4fd2adb5a7dbd9af1c8ee02d4664d39 (patch)
tree9a714ac0b54c126d525fe89d52414fbe234af263 /common
parent59293cddb0d37a2bf37e579aa42da00fc9cfc5dc (diff)
Versioned section support
Diffstat (limited to 'common')
-rw-r--r--common/statement/processing/driver.cxx10
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.
//
{