diff options
| author | Jan Sucan <jan@jansucan.com> | 2025-01-27 10:25:24 +0100 |
|---|---|---|
| committer | Ján Sučan <jan@jansucan.com> | 2025-01-27 15:22:36 +0100 |
| commit | 1cf9fb80b56d40596a7239c567bcd2aab2458ba5 (patch) | |
| tree | d7d25d977a6c8d4b17a9731449f927ca854666ba | |
| parent | eded8d529441f13c71f33a45dae290d2bbc33289 (diff) | |
Remove unused method declarations
| -rw-r--r-- | src/options.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/options.h b/src/options.h index 593bcad..ec1906b 100644 --- a/src/options.h +++ b/src/options.h @@ -103,7 +103,4 @@ class OptionParser static bool isOperation(int argc, char **argv, std::string_view operationName); static int parse_unsigned(const char *const arg, uint32_t *const value); - static void parse_common(int *const argc, char ***const argv, - Options &opts); - static const char *next_arg(char ***const argv); }; |
