Remove more unused code.
[oweals/opkg-lede.git] / libopkg / opkg_download.c
index 2d6d72c89c71d6fdc42b9c583f8ca42d0490d2fc..70d11955d781543933fb688f48652782338aed1c 100644 (file)
@@ -306,10 +306,7 @@ int opkg_prepare_url_for_install(opkg_conf_t *conf, const char *url, char **name
      pkg->state_want = SW_INSTALL;
      pkg->state_flag |= SF_PREFER;
      pkg = hash_insert_pkg(&conf->pkg_hash, pkg, 1,conf);  
-     if ( pkg == NULL ){
-        fprintf(stderr, "%s : This should never happen. Report this Bug in bugzilla please \n ",__FUNCTION__);
-        return 0;
-     }
+
      if (namep) {
          *namep = xstrdup(pkg->name);
      }