<div dir="ltr">Reviewed-by: Jason Ekstrand <<a href="mailto:jason@jlekstrand.net">jason@jlekstrand.net</a>><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 2, 2018 at 9:01 AM, Scott D Phillips <span dir="ltr"><<a href="mailto:scott.d.phillips@intel.com" target="_blank">scott.d.phillips@intel.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The last use of the field was removed in 2015's ("48a87f4ba06<br>
anv/queue: Get rid of the serial")<br>
---<br>
 src/intel/vulkan/anv_device.c  | 1 -<br>
 src/intel/vulkan/anv_private.h | 2 --<br>
 2 files changed, 3 deletions(-)<br>
<br>
diff --git a/src/intel/vulkan/anv_device.<wbr>c b/src/intel/vulkan/anv_device.<wbr>c<br>
index 856035b8b91..c0cec175826 100644<br>
--- a/src/intel/vulkan/anv_device.<wbr>c<br>
+++ b/src/intel/vulkan/anv_device.<wbr>c<br>
@@ -1268,7 +1268,6 @@ anv_queue_init(struct anv_device *device, struct anv_queue *queue)<br>
 {<br>
    queue->_loader_data.<wbr>loaderMagic = ICD_LOADER_MAGIC;<br>
    queue->device = device;<br>
-   queue->pool = &device->surface_state_pool;<br>
    queue->flags = 0;<br>
 }<br>
<br>
diff --git a/src/intel/vulkan/anv_<wbr>private.h b/src/intel/vulkan/anv_<wbr>private.h<br>
index d8b34b149e4..d043c77826e 100644<br>
--- a/src/intel/vulkan/anv_<wbr>private.h<br>
+++ b/src/intel/vulkan/anv_<wbr>private.h<br>
@@ -838,8 +838,6 @@ struct anv_queue {<br>
<br>
     struct anv_device *                         device;<br>
<br>
-    struct anv_state_pool *                     pool;<br>
-<br>
     VkDeviceQueueCreateFlags                    flags;<br>
 };<br>
<span class="HOEnZb"><font color="#888888"> <br>
-- <br>
2.14.3<br>
<br>
</font></span></blockquote></div><br></div>