From e2bcefaca6c77d884b18b70c6b94259d23040b09 Mon Sep 17 00:00:00 2001 From: Nitin Kumar <59679977+lazysegtree@users.noreply.github.com> Date: Thu, 19 Feb 2026 13:33:42 +0530 Subject: [PATCH] fix: Remove unnecessary comments --- include/cxxopts.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/cxxopts.hpp b/include/cxxopts.hpp index 260a2c1..197ae3e 100644 --- a/include/cxxopts.hpp +++ b/include/cxxopts.hpp @@ -464,8 +464,6 @@ class option_already_exists : public specification } }; -// TODO: Maybe have a seperate error "Expected <=1 short options" its confusing with -// generic invalid format error class invalid_option_format : public specification { public: @@ -709,8 +707,6 @@ inline OptionNames split_option_names(const std::string &text) next_delimiter_pos = length; } else if (next_delimiter_pos == token_start_pos) { - // TODO: Better to also add info like what is wrong. - // This throw is at too many places and is too generic throw_or_mimic(text); } else if(next_delimiter_pos == length-1) {