Brett 2023-07-29 13:41:55 -04:00
parent 90350e8584
commit db5c7fe37f
1 changed files with 0 additions and 4 deletions

View File

@ -179,10 +179,6 @@ namespace blt::parser {
inline bool isFlag() { inline bool isFlag() {
return isFlag(nextIndex); return isFlag(nextIndex);
} }
inline bool isValue() {
return isValue(nextIndex);
}
}; };
struct arg_results { struct arg_results {