diff options
Diffstat (limited to 'src/gallium/auxiliary/util/u_debug.h')
-rw-r--r-- | src/gallium/auxiliary/util/u_debug.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gallium/auxiliary/util/u_debug.h b/src/gallium/auxiliary/util/u_debug.h index 5be648e3f20..05ee08d9214 100644 --- a/src/gallium/auxiliary/util/u_debug.h +++ b/src/gallium/auxiliary/util/u_debug.h @@ -454,13 +454,6 @@ debug_get_option_ ## sufix (void) \ } -unsigned long -debug_memory_begin(void); - -void -debug_memory_end(unsigned long beginning); - - #ifdef __cplusplus } #endif |