aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-12-16 22:32:08 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-12-16 22:32:08 -0800
commit384987cd5b9bcc2fd194c8343e00c1931c174a73 (patch)
tree006ee7de8f960027e6ca3631fd3624f2b8c748c4 /parser.h
parentaf21dfd2947d08e3ae435d84d8b7dc784788d887 (diff)
Remove detect_errors2
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/parser.h b/parser.h
index 90b6a1c4..cbd59bf5 100644
--- a/parser.h
+++ b/parser.h
@@ -482,7 +482,6 @@ public:
\param out if non-null, any errors in the command will be filled out into this buffer
\param prefix the prefix string to prepend to each error message written to the \c out buffer
*/
- parser_test_error_bits_t detect_errors2(const wchar_t *buff, wcstring *out_error_desc, const wchar_t *prefix);
void get_backtrace(const wcstring &src, const parse_error_list_t &errors, wcstring *output) const;
/**