removed unnecessary features

This commit is contained in:
2007-12-23 01:32:10 +00:00
parent ad228277ce
commit c19cbaa8bd
6 changed files with 1 additions and 61 deletions

View File

@ -31,8 +31,6 @@ public:
NONE = 0,
IMPLICIT = ASE::Awk::OPT_IMPLICIT,
EXPLICIT = ASE::Awk::OPT_EXPLICIT,
UNIQUEFN = ASE::Awk::OPT_UNIQUEFN,
SHADING = ASE::Awk::OPT_SHADING,
SHIFT = ASE::Awk::OPT_SHIFT,
IDIV = ASE::Awk::OPT_IDIV,
STRCONCAT = ASE::Awk::OPT_STRCONCAT,