diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-07-06 22:41:39 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-07-07 07:48:11 +0200 |
commit | 99769c53a11a5cf76158197bfb2d65229245756a (patch) | |
tree | 03183799b510f2122480c4267088afd24f760af8 /tools | |
parent | 0251e61640b94094918406b33ee7b05564409feb (diff) |
Unused #ifdef BOOTSTRAP
Change-Id: I71b7fba7bb77c9df2befde6dc9629d3cb1586f62
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/ref/errinf.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/source/ref/errinf.cxx b/tools/source/ref/errinf.cxx index d97c91d9626b..5952601de578 100644 --- a/tools/source/ref/errinf.cxx +++ b/tools/source/ref/errinf.cxx @@ -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) |