aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-03-22 01:04:49 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-03-22 01:04:49 -0700
commit12025e30503f68ffbd4dac0d318e253c71c97bca (patch)
tree4cd69bb42fd1ef5684d7f317a9623b90ff810d82 /parser.h
parentad6367018b5d04bdba99f10ec3afcb3398fe880e (diff)
Remove unused err_buff variable from parser_t
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/parser.h b/parser.h
index e9570c98..6f104302 100644
--- a/parser.h
+++ b/parser.h
@@ -250,9 +250,6 @@ private:
/** Stack of execution contexts. We own these pointers and must delete them */
std::vector<parse_execution_context_t *> execution_contexts;
- /** Description of last error */
- wcstring err_buff;
-
/** List of called functions, used to help prevent infinite recursion */
wcstring_list_t forbidden_function;