file_util.c cleanups. Remove redundant str_chomp from str_util.c.
[oweals/opkg-lede.git] / libopkg / opkg_install.c
index 6003f4f34081feb62127dbfb067becff27ccde44..e848d99e1d4b68c407b73d3a1e60bfbb3f4977ab 100644 (file)
@@ -268,7 +268,6 @@ unpack_pkg_control_files(opkg_conf_t *conf, pkg_t *pkg)
          if (cf_name == NULL) {
               break;
          }
-         str_chomp(cf_name);
          if (cf_name[0] == '\0') {
               continue;
          }