Cleanup: Remove unused method BatchUpdater::discard_batch.
Batch discarding is done by the owner of the batch.
This commit is contained in:
@@ -31,11 +31,6 @@ class BatchUpdater {
|
||||
init_batch();
|
||||
}
|
||||
|
||||
void discard_batch()
|
||||
{
|
||||
GPU_BATCH_DISCARD_SAFE(info.batch);
|
||||
}
|
||||
|
||||
private:
|
||||
void ensure_clear_batch()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user