X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fgetopt.h;h=3b579a664feff1caec0786de762b305647e5fe78;hb=20c897ece781e18ba54c41fd68e232ce566a938d;hp=e60a22693483ef4626a039e2ab4e0a33399c045e;hpb=ed8d2f5a3be2f99e3ecdfba840f87f589a0c0ac6;p=libs%2Fcore.git diff --git a/source/core/getopt.h b/source/core/getopt.h index e60a226..3b579a6 100644 --- a/source/core/getopt.h +++ b/source/core/getopt.h @@ -215,10 +215,6 @@ public: GetOpt(); ~GetOpt(); - /** Returns any non-option arguments encountered during processing. - Deprecated. */ - const std::vector &get_args() const { return args_raw; } - /** Adds an option with both short and long forms. Processing depends on the type of the destination variable and whether an argument is taken or not. With an argument, the value is lexical_cast to the appropriate type