Kaydet (Commit) 6b0279c0 authored tarafından Noel Grandin's avatar Noel Grandin

remove unused typedef in .SDI files

Change-Id: Ib5459768c68d5eb5536116ba20d54f5a4ae06007
üst ffacdae9
......@@ -69,7 +69,6 @@ struct SvGlobalHashNames
SvStringHashEntryRef MM_ImageReflection;
SvStringHashEntryRef MM_ReadOnlyDoc;
SvStringHashEntryRef MM_struct;
SvStringHashEntryRef MM_typedef;
SvStringHashEntryRef MM_SlotType;
SvStringHashEntryRef MM_ModulePrefix;
SvStringHashEntryRef MM_DisableFlags;
......@@ -141,7 +140,6 @@ HASH_INLINE(ImageRotation)
HASH_INLINE(ImageReflection)
HASH_INLINE(ReadOnlyDoc)
HASH_INLINE(struct)
HASH_INLINE(typedef)
HASH_INLINE(SlotType)
HASH_INLINE(ModulePrefix)
HASH_INLINE(DisableFlags)
......
......@@ -92,8 +92,7 @@ void SvMetaModule::ReadContextSvIdl( SvIdlDataBase & rBase,
}
}
else if( rInStm.GetToken().Is( SvHash_item() )
|| rInStm.GetToken().Is( SvHash_struct() )
|| rInStm.GetToken().Is( SvHash_typedef() ) )
|| rInStm.GetToken().Is( SvHash_struct() ) )
{
SvMetaTypeRef xItem = new SvMetaType();
......
......@@ -355,8 +355,7 @@ bool SvMetaType::ReadHeaderSvIdl( SvIdlDataBase & rBase,
SetType( TYPE_ENUM );
bOk = ReadNameSvIdl( rBase, rInStm );
}
else if( pTok->Is( SvHash_typedef() )
|| pTok->Is( SvHash_item() ) )
else if( pTok->Is( SvHash_item() ) )
{
if( pTok->Is( SvHash_item() ) )
bIsItem = true;
......
......@@ -97,7 +97,6 @@ SvGlobalHashNames::SvGlobalHashNames()
A_ENTRY(ImageReflection)
A_ENTRY(ReadOnlyDoc)
A_ENTRY(struct)
A_ENTRY(typedef)
A_ENTRY(SlotType)
A_ENTRY(ModulePrefix)
A_ENTRY(DisableFlags)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment