From 400d258aab3722be3a4b8548870afad1574f3ad8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 15 Oct 2013 06:58:12 +0200 Subject: Pass --std option through to plugin --- odb/odb.cxx | 7 ------- 1 file changed, 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. -- cgit v1.1