glsl/standalone: Get rid of the unneeded _mesa_error_no_memory stub
[mesa.git] / src / compiler / glsl / standalone_scaffolding.cpp
index 5ce804eed20292701b9a43a1fe6a076367d83b6b..e350f702099371f97dc42c933b3787aa3b5e1858 100644 (file)
 #include "util/ralloc.h"
 #include "util/strtod.h"
 
-extern "C" void
-_mesa_error_no_memory(const char *caller)
-{
-   fprintf(stderr, "Mesa error: out of memory in %s", caller);
-}
-
 void
 _mesa_warning(struct gl_context *ctx, const char *fmt, ...)
 {