summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/imports.h
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2014-09-21 16:32:57 -0700
committerMatt Turner <[email protected]>2014-09-24 09:58:42 -0700
commit452926a5ec54e5700657d28b2cb8e46c4bbaa0a9 (patch)
treedcbd417d2ade077e18f25bf31afb4022138dc9a1 /src/mesa/main/imports.h
parente5162defc8169a1d0a06e16c65c5f63b98923426 (diff)
mesa: Use realloc() instead of _mesa_realloc() and remove the latter.
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/main/imports.h')
-rw-r--r--src/mesa/main/imports.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/imports.h b/src/mesa/main/imports.h
index 59fd19c3647..8dbcf8302bc 100644
--- a/src/mesa/main/imports.h
+++ b/src/mesa/main/imports.h
@@ -473,9 +473,6 @@ _mesa_exec_malloc( GLuint size );
extern void
_mesa_exec_free( void *addr );
-extern void *
-_mesa_realloc( void *oldBuffer, size_t oldSize, size_t newSize );
-
#ifndef FFS_DEFINED
#define FFS_DEFINED 1