zink: make batch internal api static again

hooray

Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18135>
This commit is contained in:
Mike Blumenkrantz
2022-08-09 14:10:32 -04:00
committed by Marge Bot
parent 40424cbe98
commit 8b93f157de
2 changed files with 1 additions and 5 deletions

View File

@@ -533,7 +533,7 @@ zink_batch_add_wait_semaphore(struct zink_batch *batch, VkSemaphore sem)
util_dynarray_append(&batch->state->acquires, VkSemaphore, sem);
}
bool
static bool
batch_ptr_add_usage(struct zink_batch *batch, struct set *s, void *ptr)
{
bool found = false;

View File

@@ -38,10 +38,6 @@ extern "C" {
#endif
/* not real api don't use */
bool
batch_ptr_add_usage(struct zink_batch *batch, struct set *s, void *ptr);
void
zink_reset_batch_state(struct zink_context *ctx, struct zink_batch_state *bs);