aboutsummaryrefslogtreecommitdiff
path: root/common/statement/processing/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'common/statement/processing/driver.cxx')
-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.
//
{