summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/blob.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/glsl/blob.h')
-rw-r--r--src/compiler/glsl/blob.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compiler/glsl/blob.h b/src/compiler/glsl/blob.h
index 21fa43dad37..6d21ffdefe3 100644
--- a/src/compiler/glsl/blob.h
+++ b/src/compiler/glsl/blob.h
@@ -73,12 +73,12 @@ struct blob_reader {
};
/**
- * Create a new, empty blob, belonging to \mem_ctx.
+ * Create a new, empty blob.
*
* \return The new blob, (or NULL in case of allocation failure).
*/
struct blob *
-blob_create(void *mem_ctx);
+blob_create(void);
/**
* Add some unstructured, fixed-size data to a blob.