codetools: clean up

git-svn-id: trunk@34478 -
This commit is contained in:
mattias 2011-12-28 22:06:49 +00:00
parent 544e05b6e9
commit b03ad1543e

View File

@ -469,7 +469,6 @@ begin
'R':
if CompareSrcIdentifiers(p,'REQUIRED')
and (CurNode.Parent.Desc=ctnObjCProtocol)
and ([cmsObjectiveC1,cmsObjectiveC2]*Scanner.CompilerModeSwitches<>[])
then exit(KeyWordFuncClassSection);
'S':
if CompareSrcIdentifiers(p,'STATIC')
@ -482,7 +481,6 @@ begin
'O':
if CompareSrcIdentifiers(p,'OPTIONAL')
and (CurNode.Parent.Desc=ctnObjCProtocol)
and ([cmsObjectiveC1,cmsObjectiveC2]*Scanner.CompilerModeSwitches<>[])
then exit(KeyWordFuncClassSection);
'V':
if CompareSrcIdentifiers(p,'VAR') then exit(KeyWordFuncClassVarSection);