summaryrefslogtreecommitdiff
path: root/package/mtd-utils/patches/patch-mkfs_ubifs_hashtable_hashtable_itr_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-12-26 08:26:29 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-12-26 08:27:59 +0100
commit551b2495a0dd1d4640a6787574add9e982263779 (patch)
treeba54ee697ce8265f0115f06adbd2499cd5a75d62 /package/mtd-utils/patches/patch-mkfs_ubifs_hashtable_hashtable_itr_c
parent49c700144e42838a3fb9f9df568f44aa4d56cac5 (diff)
mtd-utils: update to 2.0.0
Diffstat (limited to 'package/mtd-utils/patches/patch-mkfs_ubifs_hashtable_hashtable_itr_c')
-rw-r--r--package/mtd-utils/patches/patch-mkfs_ubifs_hashtable_hashtable_itr_c21
1 files changed, 0 insertions, 21 deletions
diff --git a/package/mtd-utils/patches/patch-mkfs_ubifs_hashtable_hashtable_itr_c b/package/mtd-utils/patches/patch-mkfs_ubifs_hashtable_hashtable_itr_c
deleted file mode 100644
index 3888e85ba..000000000
--- a/package/mtd-utils/patches/patch-mkfs_ubifs_hashtable_hashtable_itr_c
+++ /dev/null
@@ -1,21 +0,0 @@
---- mtd-utils-ca39eb1.orig/mkfs.ubifs/hashtable/hashtable_itr.c 2012-05-07 09:19:39.000000000 +0200
-+++ mtd-utils-ca39eb1/mkfs.ubifs/hashtable/hashtable_itr.c 2015-12-25 23:30:04.000000000 +0100
-@@ -35,18 +35,6 @@ hashtable_iterator(struct hashtable *h)
- }
-
- /*****************************************************************************/
--/* key - return the key of the (key,value) pair at the current position */
--/* value - return the value of the (key,value) pair at the current position */
--
--void *
--hashtable_iterator_key(struct hashtable_itr *i)
--{ return i->e->k; }
--
--void *
--hashtable_iterator_value(struct hashtable_itr *i)
--{ return i->e->v; }
--
--/*****************************************************************************/
- /* advance - advance the iterator to the next element
- * returns zero if advanced to end of table */
-