]> git.saurik.com Git - apple/libc.git/blobdiff - gmon/gmon.c
Libc-498.1.5.tar.gz
[apple/libc.git] / gmon / gmon.c
index 9770f3b2e0c5b0108c56202b782037ed157d9c87..8d5710add1a525bc69d8a9805b4a9b231c18a013 100644 (file)
@@ -212,8 +212,7 @@ void)
         * above calls so the dynamic libraries will be added after the
         * executable.
         */
-       if(_dyld_present())
-           _dyld_moninit(monaddition);
+       _dyld_moninit(monaddition);
 #endif
 }
 
@@ -445,7 +444,7 @@ const char *filename)
        write(fd, &magic, sizeof(uint32_t));
 
 #if defined(__DYNAMIC__)
-        if(_dyld_present()){
+        {
            image_count = _dyld_image_count();
            if(image_count > 1){
 #ifdef DYLD_DEBUG