summaryrefslogtreecommitdiff
path: root/odb/options.hxx
diff options
context:
space:
mode:
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_;
};