diff options
Diffstat (limited to 'evolution/version/driver.cxx')
-rw-r--r-- | evolution/version/driver.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/evolution/version/driver.cxx b/evolution/version/driver.cxx index 81ce4cf..b171969 100644 --- a/evolution/version/driver.cxx +++ b/evolution/version/driver.cxx @@ -48,7 +48,6 @@ main (int argc, char* argv[]) { transaction t (db->begin ()); schema_catalog::drop_schema (*db); - schema_catalog::drop_schema (*db, "2"); assert (db->schema_version () == 0); |