From 7ba8d1469e331f07040352c069cf7b9d24ac57a3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 10 Jul 2012 15:09:14 +0200 Subject: Remove unneeded third argument to create_database() --- oracle/native/driver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oracle/native') diff --git a/oracle/native/driver.cxx b/oracle/native/driver.cxx index 33d18e0..0e90ff0 100644 --- a/oracle/native/driver.cxx +++ b/oracle/native/driver.cxx @@ -22,7 +22,7 @@ main (int argc, char* argv[]) { try { - auto_ptr db (create_database (argc, argv, false)); + auto_ptr db (create_database (argc, argv)); // Create the database schema. // -- cgit v1.1