diff options
-rw-r--r-- | xbmc/android/loader/AndroidDyload.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xbmc/android/loader/AndroidDyload.cpp b/xbmc/android/loader/AndroidDyload.cpp index 8f6958a592..6037256ca4 100644 --- a/xbmc/android/loader/AndroidDyload.cpp +++ b/xbmc/android/loader/AndroidDyload.cpp @@ -266,9 +266,6 @@ void* CAndroidDyload::Open_Internal(string filename, bool checkSystem) handle = dlopen(path.c_str(), RTLD_LOCAL); - if (handle == NULL) - CXBMCApp::android_printf("xb_dlopen: Error from dlopen(%s): %s", path.c_str(), dlerror()); - recursivelibdep dep; dep.handle = handle; dep.filename = filename.substr(filename.find_last_of('/') +1); |