summaryrefslogtreecommitdiff
path: root/odb/options.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-05-07 11:23:46 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-05-07 11:23:46 +0200
commit1804cfc0480c64b95ef347bd53baeb3599394deb (patch)
treee8a91d3da303cd7114beb3754dbdc996d4ea72a8 /odb/options.hxx
parent2a758e9286d05a90edf71791bff493829085b098 (diff)
Remove the --proprietary-license option
It is not necessary since we are not going to copyright the generated code.
Diffstat (limited to 'odb/options.hxx')
-rw-r--r--odb/options.hxx4
1 files changed, 0 insertions, 4 deletions
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_;
};