nv_pair_list_last: remove unused function
[oweals/opkg-lede.git] / libopkg / conffile_list.h
index 62c5de8d3ec67bea9dcbbe67da5a45315695e4ee..203f4ab6483e872c2a62f427312faaa22231d375 100644 (file)
@@ -30,6 +30,5 @@ void conffile_list_deinit(conffile_list_t * list);
 
 conffile_t *conffile_list_append(conffile_list_t * list, const char *name,
                                 const char *root_dir);
-conffile_list_elt_t *conffile_list_pop(conffile_list_t * list);
 
 #endif