Skip to content

Commit 8598eaf

Browse files
src/lc_extrap.cpp: merging option to report the 'about' information with the no args help
1 parent d15c897 commit 8598eaf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/lc_extrap.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,6 @@ method has been used for many different purposes since then.
149149
cerr << opt_parse.about_message() << endl;
150150
return EXIT_SUCCESS;
151151
}
152-
if (opt_parse.about_requested()) {
153-
cerr << opt_parse.about_message() << endl;
154-
return EXIT_SUCCESS;
155-
}
156152
if (opt_parse.option_missing()) {
157153
cerr << opt_parse.option_missing_message() << endl;
158154
return EXIT_SUCCESS;

0 commit comments

Comments
 (0)