Kaydet (Commit) 99769c53 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Unused #ifdef BOOTSTRAP

Change-Id: I71b7fba7bb77c9df2befde6dc9629d3cb1586f62
üst 0251e616
......@@ -72,9 +72,6 @@ EDcrData::EDcrData()
EDcrData *EDcrData::GetData()
{
#ifdef BOOTSTRAP
return 0x0;
#else
EDcrData **ppDat=reinterpret_cast<EDcrData **>(GetAppData(SHL_ERR));
if(!*ppDat)
{
......@@ -82,7 +79,6 @@ EDcrData *EDcrData::GetData()
}
else
return *ppDat;
#endif
}
void EDcr_Impl::RegisterEDcr(DynamicErrorInfo *pDcr)
......
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