From 12025e30503f68ffbd4dac0d318e253c71c97bca Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sat, 22 Mar 2014 01:04:49 -0700 Subject: Remove unused err_buff variable from parser_t --- parser.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'parser.h') 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 execution_contexts; - /** Description of last error */ - wcstring err_buff; - /** List of called functions, used to help prevent infinite recursion */ wcstring_list_t forbidden_function; -- cgit v1.2.3