summaryrefslogtreecommitdiff
path: root/odb/options.ixx
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.ixx
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.ixx')
-rw-r--r--odb/options.ixx6
1 files changed, 0 insertions, 6 deletions
diff --git a/odb/options.ixx b/odb/options.ixx
index 087a3ef..dfe6995 100644
--- a/odb/options.ixx
+++ b/odb/options.ixx
@@ -201,12 +201,6 @@ include_prefix () const
return this->include_prefix_;
}
-inline const bool& options::
-proprietary_license () const
-{
- return this->proprietary_license_;
-}
-
inline const std::string& options::
options_file () const
{