Transition complete, remove the obsolete 'set' keyword

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7566 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-08-04 05:04:52 +00:00
parent 7cc7d987a4
commit cad3569656
2 changed files with 0 additions and 2 deletions

View File

@ -160,7 +160,6 @@ class { return CLASS; }
def { return DEF; }
field { return FIELD; }
let { return LET; }
set { return LET; }
in { return IN; }
{Identifier} { Filelval.StrVal = new std::string(yytext, yytext+yyleng);

View File

@ -160,7 +160,6 @@ class { return CLASS; }
def { return DEF; }
field { return FIELD; }
let { return LET; }
set { return LET; }
in { return IN; }
{Identifier} { Filelval.StrVal = new std::string(yytext, yytext+yyleng);