diff options
author | Juha-Pekka Heikkila <[email protected]> | 2015-03-20 15:13:14 +0200 |
---|---|---|
committer | Juha-Pekka Heikkila <[email protected]> | 2015-06-11 13:17:11 +0300 |
commit | fd00c738c08e54c9dfdc195e59f780f30d2f9e07 (patch) | |
tree | bd2cd9cc17c36528f010d37d1361315363c0947f /src/mesa/main/hash.h | |
parent | bd38f91f8d80897ca91979962d80d4bc0acef586 (diff) |
mesa/main: Remove _mesa_HashClone()
I didn't find this being used anywhere.
Signed-off-by: Juha-Pekka Heikkila <[email protected]>
Reviewed-by: Timothy Arceri <[email protected]>
Reviewed-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'src/mesa/main/hash.h')
-rw-r--r-- | src/mesa/main/hash.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/hash.h b/src/mesa/main/hash.h index e3e8f492e8b..da3b9973d24 100644 --- a/src/mesa/main/hash.h +++ b/src/mesa/main/hash.h @@ -59,9 +59,6 @@ _mesa_HashDeleteAll(struct _mesa_HashTable *table, void (*callback)(GLuint key, void *data, void *userData), void *userData); -extern struct _mesa_HashTable * -_mesa_HashClone(const struct _mesa_HashTable *table); - extern void _mesa_HashWalk(const struct _mesa_HashTable *table, void (*callback)(GLuint key, void *data, void *userData), |