Remove detect_errors2

This commit is contained in:
ridiculousfish
2013-12-16 22:32:08 -08:00
parent af21dfd294
commit 384987cd5b
2 changed files with 0 additions and 720 deletions

View File

@@ -482,7 +482,6 @@ class parser_t
\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;
/**