Remove the purge command. Undocumented and only duplicates remove functionality.
[oweals/opkg-lede.git] / libopkg / opkg_remove.c
index aba35125aed822957de333c3af4e759a8ee15622..d6c592c4af567d679c3966962c34804c1b5604ea 100644 (file)
@@ -326,12 +326,6 @@ int opkg_remove_pkg(opkg_conf_t *conf, pkg_t *pkg,int message)
      return 0;
 }
 
      return 0;
 }
 
-int opkg_purge_pkg(opkg_conf_t *conf, pkg_t *pkg)
-{
-    opkg_remove_pkg(conf, pkg,0);
-    return 0;
-}
-
 int remove_data_files_and_list(opkg_conf_t *conf, pkg_t *pkg)
 {
      str_list_t installed_dirs;
 int remove_data_files_and_list(opkg_conf_t *conf, pkg_t *pkg)
 {
      str_list_t installed_dirs;