Remove unused get_option
Fixes #121. Removes the unused `ParseResult::get_option`.
This commit is contained in:
parent
cde83be99b
commit
95a48de820
@ -13,6 +13,7 @@ options. The project adheres to semantic versioning.
|
|||||||
|
|
||||||
* Fix a warning about possible loss of data.
|
* Fix a warning about possible loss of data.
|
||||||
* Fix version numbering in CMakeLists.txt
|
* Fix version numbering in CMakeLists.txt
|
||||||
|
* Remove unused declaration of the undefined `ParseResult::get_option`.
|
||||||
|
|
||||||
## 2.1.1
|
## 2.1.1
|
||||||
|
|
||||||
|
|||||||
@ -1143,9 +1143,6 @@ namespace cxxopts
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
OptionValue&
|
|
||||||
get_option(std::shared_ptr<OptionDetails>);
|
|
||||||
|
|
||||||
void
|
void
|
||||||
parse(int& argc, char**& argv);
|
parse(int& argc, char**& argv);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user