aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-10-15 06:58:12 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-10-15 06:58:12 +0200
commit400d258aab3722be3a4b8548870afad1574f3ad8 (patch)
treedad30ea6d30ae3138d7ad4cd81f21969d586add6
parent739b8af6b6f78143e58f4818d34d184f56b44481 (diff)
Pass --std option through to plugin
-rw-r--r--odb/odb.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/odb/odb.cxx b/odb/odb.cxx
index 6ded92f..dd7c951 100644
--- a/odb/odb.cxx
+++ b/odb/odb.cxx
@@ -695,13 +695,6 @@ main (int argc, char* argv[])
//
continue;
}
- else if (a == "--std")
- {
- // Translated to GCC -std=.
- //
- ++i;
- continue;
- }
else if (a == "-d" || a == "--databse")
{
// Ignore all other databases.