aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-02-28 17:54:05 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-02-28 20:01:04 -0800
commit84ea96f383d3713f750d39a74d7b8693275db25d (patch)
tree6b55f4b61770a46d4c3c2f6e640fa9f28d89f507 /parser.h
parent0e991c596f9ec1121689b04f558c4cf9b23fd220 (diff)
Begin removing remnants of old parser
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();