diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmELF.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmELF.cxx b/Source/cmELF.cxx index 084cf4a..d23abec 100644 --- a/Source/cmELF.cxx +++ b/Source/cmELF.cxx @@ -157,11 +157,7 @@ public: // Lookup the RUNPATH in the DYNAMIC section. StringEntry const* GetRunPath() { -#if defined(DT_RUNPATH) return this->GetDynamicSectionString(DT_RUNPATH); -#else - return 0; -#endif } // Return the recorded ELF type. |