Commit 95a48de820e07c57053e34f90ab22cdd476e9a5f

Authored by Jarryd Beck
1 parent cde83be9

Remove unused get_option

Fixes #121. Removes the unused `ParseResult::get_option`.
CHANGELOG.md
@@ -13,6 +13,7 @@ options. The project adheres to semantic versioning. @@ -13,6 +13,7 @@ options. The project adheres to semantic versioning.
13 13
14 * Fix a warning about possible loss of data. 14 * Fix a warning about possible loss of data.
15 * Fix version numbering in CMakeLists.txt 15 * Fix version numbering in CMakeLists.txt
  16 +* Remove unused declaration of the undefined `ParseResult::get_option`.
16 17
17 ## 2.1.1 18 ## 2.1.1
18 19
include/cxxopts.hpp
@@ -1143,9 +1143,6 @@ namespace cxxopts @@ -1143,9 +1143,6 @@ namespace cxxopts
1143 1143
1144 private: 1144 private:
1145 1145
1146 - OptionValue&  
1147 - get_option(std::shared_ptr<OptionDetails>);  
1148 -  
1149 void 1146 void
1150 parse(int& argc, char**& argv); 1147 parse(int& argc, char**& argv);
1151 1148