diff PyPlugScanner.cpp @ 29:e80caada79a8

* Remove nonportable and unnecessary opendir features test (originally inherited from the Vamp SDK's implementation of a similar plugin lookup, but it's been gone from the SDK for ages now) * Comment out some excessive debug output
author cannam
date Tue, 22 Sep 2009 15:20:44 +0000
parents 7648f3f2fa14
children
line wrap: on
line diff
--- a/PyPlugScanner.cpp	Tue Aug 25 08:49:22 2009 +0000
+++ b/PyPlugScanner.cpp	Tue Sep 22 15:20:44 2009 +0000
@@ -179,8 +179,6 @@
     struct dirent *e = 0;
     while ((e = readdir(d))) {
  
-        if (!(e->d_type & DT_REG) && (e->d_type != DT_UNKNOWN)) continue;
-        
         if (!e->d_name) continue;
        
         size_t len = strlen(e->d_name);