From 1804cfc0480c64b95ef347bd53baeb3599394deb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 7 May 2010 11:23:46 +0200 Subject: Remove the --proprietary-license option It is not necessary since we are not going to copyright the generated code. --- odb/options.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'odb/options.hxx') diff --git a/odb/options.hxx b/odb/options.hxx index cbd112e..daf3d31 100644 --- a/odb/options.hxx +++ b/odb/options.hxx @@ -322,9 +322,6 @@ class options const std::string& include_prefix () const; - const bool& - proprietary_license () const; - const std::string& options_file () const; @@ -352,7 +349,6 @@ class options std::string cxx_suffix_; bool include_with_brackets_; std::string include_prefix_; - bool proprietary_license_; std::string options_file_; bool trace_; }; -- cgit v1.1