[Mesa-dev] [PATCH 4/4] gallium/util: remove unused header from u_queue.c

Manolova, Plamena plamena.manolova at intel.com
Mon Mar 6 10:49:14 UTC 2017


The whole series looks good to me.

Reviewed-by: Plamena Manolova <plamena.manolova at intel.com>

On Mon, Mar 6, 2017 at 2:58 AM, Timothy Arceri <tarceri at itsqueeze.com>
wrote:

> ---
>  src/gallium/auxiliary/util/u_queue.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/src/gallium/auxiliary/util/u_queue.c
> b/src/gallium/auxiliary/util/u_queue.c
> index 9565c53..bb63a6b 100644
> --- a/src/gallium/auxiliary/util/u_queue.c
> +++ b/src/gallium/auxiliary/util/u_queue.c
> @@ -20,21 +20,20 @@
>   * USE OR OTHER DEALINGS IN THE SOFTWARE.
>   *
>   * The above copyright notice and this permission notice (including the
>   * next paragraph) shall be included in all copies or substantial portions
>   * of the Software.
>   */
>
>  #include "u_queue.h"
>  #include "u_memory.h"
>  #include "u_string.h"
> -#include "os/os_time.h"
>
>  static void util_queue_killall_and_wait(struct util_queue *queue);
>
>  /***********************************************************
> *****************
>   * Wait for all queues to assert idle when exit() is called.
>   *
>   * Otherwise, C++ static variable destructors can be called while threads
>   * are using the static variables.
>   */
>
> --
> 2.9.3
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170306/fb5284e8/attachment-0001.html>


More information about the mesa-dev mailing list