mesa; add a dummy _mesa_error_no_memory() symbol to libglsl_util
[mesa.git] / src / gallium / state_trackers / xa / xa_tracker.c
index 89019988d57af8cf8914c122dba3b17a284f7fa2..f69ac8edf2774a1dfd2d824d4a2ea6fc0c55ef4f 100644 (file)
@@ -535,15 +535,3 @@ xa_surface_format(const struct xa_surface *srf)
 {
     return srf->fdesc.xa_format;
 }
-
-/*
- * _mesa_error_no_memory() is expected by NIR to be provided by the
- * user.  Normally this is in mesa st, but other state trackers
- * must provide their own.
- */
-void _mesa_error_no_memory(const char *caller);
-void
-_mesa_error_no_memory(const char *caller)
-{
-       debug_printf("Mesa error: out of memory in %s", caller);
-}