Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Backed out changeset 4cd08369896b (bug 1016629)
Browse files Browse the repository at this point in the history
  • Loading branch information
BavarianTomcat committed Jul 25, 2014
1 parent 54573eb commit c479ec2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tools/profiler/shared-libraries-linux.cc
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,6 @@ SharedLibraryInfo SharedLibraryInfo::GetInfoForSelf()
SharedLibraryInfo info;

#if !defined(MOZ_WIDGET_GONK)
#ifdef ANDROID
if (!dl_iterate_phdr) {
// On ARM Android, dl_iterate_phdr is provided by the custom linker.
// So if libxul was loaded by the system linker (e.g. as part of
// xpcshell when running tests), it won't be available and we should
// not call it.
return info;
}
#endif
dl_iterate_phdr(dl_iterate_callback, &info);
#ifndef ANDROID
return info;
Expand Down

0 comments on commit c479ec2

Please sign in to comment.