diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-02 13:07:57 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-02 13:07:57 +0200 |
commit | e5a571d28f5ae7d78871ffdd16285aca9188ef83 (patch) | |
tree | 3eb0dae2e806addb0b5a596c538f3723acc9d71f /libbuild2 | |
parent | 930ae81f85e5ee5ac37311f5e9c89000fbcb59a6 (diff) |
Regenerate options parsing code
Diffstat (limited to 'libbuild2')
-rw-r--r-- | libbuild2/test/script/builtin-options.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libbuild2/test/script/builtin-options.cxx b/libbuild2/test/script/builtin-options.cxx index 95cd051..9a7968e 100644 --- a/libbuild2/test/script/builtin-options.cxx +++ b/libbuild2/test/script/builtin-options.cxx @@ -221,7 +221,6 @@ namespace build2 using namespace std; const char* o (s.next ()); - if (s.more ()) { string v (s.next ()); |