Remove unused get_option

Fixes #121. Removes the unused `ParseResult::get_option`.
This commit is contained in:
Jarryd Beck 2018-08-03 08:46:48 +10:00
parent cde83be99b
commit 95a48de820
2 changed files with 1 additions and 3 deletions

View File

@ -13,6 +13,7 @@ options. The project adheres to semantic versioning.
* Fix a warning about possible loss of data.
* Fix version numbering in CMakeLists.txt
* Remove unused declaration of the undefined `ParseResult::get_option`.
## 2.1.1

View File

@ -1143,9 +1143,6 @@ namespace cxxopts
private:
OptionValue&
get_option(std::shared_ptr<OptionDetails>);
void
parse(int& argc, char**& argv);