anv/queue: Get rid of the serial
[mesa.git] / src / vulkan / anv_private.h
index dc5a2350e8609f621fecb79f1f163d34745cf9fc..6bc781fa072ca5811b5cd2154592072894724685 100644 (file)
@@ -458,20 +458,6 @@ struct anv_queue {
     struct anv_device *                         device;
 
     struct anv_state_pool *                     pool;
-
-    /**
-     * Serial number of the most recently completed batch executed on the
-     * engine.
-     */
-    struct anv_state                            completed_serial;
-
-    /**
-     * The next batch submitted to the engine will be assigned this serial
-     * number.
-     */
-    uint32_t                                    next_serial;
-
-    uint32_t                                    last_collected_serial;
 };
 
 struct anv_device {