aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/parser.h b/parser.h
index f4dfcac2..931d5b16 100644
--- a/parser.h
+++ b/parser.h
@@ -325,11 +325,7 @@ private:
parser_t(const parser_t&);
parser_t& operator=(const parser_t&);
-
- void parse_job_argument_list(process_t *p, job_t *j, tokenizer_t *tok, std::vector<completion_t>&, bool);
- int parse_job(process_t *p, job_t *j, tokenizer_t *tok);
void skipped_exec(job_t * j);
- void eval_job(tokenizer_t *tok);
int parser_test_argument(const wchar_t *arg, wcstring *out, const wchar_t *prefix, int offset);
void print_errors(wcstring &target, const wchar_t *prefix);
void print_errors_stderr();