aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/types.h b/types.h
index e90e7bb..345e17b 100644
--- a/types.h
+++ b/types.h
@@ -100,15 +100,6 @@ class VectReprCons : public ReprCons {/*{{{*/
EvalObj *next(const string &prev);
};/*}}}*/
-/** @class ParseBracket
- * To indiate a left bracket when parsing, used in the parse_stack
- */
-class ParseBracket : public FrameObj {/*{{{*/
- public:
- unsigned char btype; /**< The type of the bracket */
- /** Construct a ParseBracket object */
- ParseBracket(unsigned char btype);
-};/*}}}*/
/** @class UnspecObj
* The "unspecified" value returned by some builtin procedures