summaryrefslogtreecommitdiff
path: root/libtiff/tif_hash_set.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtiff/tif_hash_set.c')
-rw-r--r--libtiff/tif_hash_set.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtiff/tif_hash_set.c b/libtiff/tif_hash_set.c
index e2b18331..5fbfbbea 100644
--- a/libtiff/tif_hash_set.c
+++ b/libtiff/tif_hash_set.c
@@ -504,7 +504,6 @@ void *TIFFHashSetLookup(TIFFHashSet *set, const void *elt)
return NULL;
}
-#ifdef notused
/************************************************************************/
/* TIFFHashSetRemoveInternal() */
/************************************************************************/
@@ -575,6 +574,7 @@ bool TIFFHashSetRemove(TIFFHashSet *set, const void *elt)
return TIFFHashSetRemoveInternal(set, elt, false);
}
+#ifdef notused
/************************************************************************/
/* TIFFHashSetRemoveDeferRehash() */
/************************************************************************/