Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/coreclr/md/compiler/emit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2751,10 +2751,6 @@ HRESULT RegMeta::DefineProperty(
IfFailGo(_SetPropertyProps(*pmdProp, dwPropFlags, dwCPlusTypeFlag, pValue, cchValue, mdSetter,
mdGetter, rmdOtherMethods));
Comment on lines 2751 to 2752

// Add the <property token, typedef token> to the lookup table
if (m_pStgdb->m_MiniMd.HasIndirectTable(TBL_Property))
IfFailGo( m_pStgdb->m_MiniMd.AddPropertyToLookUpTable(*pmdProp, td) );

ErrExit:
SetCallerExternal();

Expand Down
4 changes: 0 additions & 4 deletions src/coreclr/md/compiler/regmeta_emit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1333,10 +1333,6 @@ HRESULT RegMeta::_DefineEvent( // Return hresult.
IfFailGo(m_pStgdb->m_MiniMd.PutString(TBL_Event, EventRec::COL_Name, pEventRec, szUTF8Event));
IfFailGo(_SetEventProps1(*pmdEvent, dwEventFlags, tkEventType));

// Add the <Event token, typedef token> to the lookup table
if (m_pStgdb->m_MiniMd.HasIndirectTable(TBL_Event))
IfFailGo( m_pStgdb->m_MiniMd.AddEventToLookUpTable(*pmdEvent, td) );

IfFailGo(UpdateENCLog(*pmdEvent));

ErrExit:
Expand Down
Loading