[Mesa-dev] [PATCH 5/5] r200: Drop unused variable.

Alex Deucher alexdeucher at gmail.com
Wed Feb 11 21:20:46 PST 2015


On Wed, Feb 11, 2015 at 7:42 PM, Eric Anholt <eric at anholt.net> wrote:
> Quiets compiler warning since e7f2f2dea5acdbd1a12ed88914e64a38a97432f0.

Reviewed-by: Alex Deucher <alexander.deucher at amd.com>

> ---
>  src/mesa/drivers/dri/r200/r200_ioctl.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/src/mesa/drivers/dri/r200/r200_ioctl.c b/src/mesa/drivers/dri/r200/r200_ioctl.c
> index 515be92..d665c8b 100644
> --- a/src/mesa/drivers/dri/r200/r200_ioctl.c
> +++ b/src/mesa/drivers/dri/r200/r200_ioctl.c
> @@ -56,7 +56,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
>   */
>  static void r200Clear( struct gl_context *ctx, GLbitfield mask )
>  {
> -   r200ContextPtr rmesa = R200_CONTEXT(ctx);
>     GLuint hwmask, swmask;
>     GLuint hwbits = BUFFER_BIT_FRONT_LEFT | BUFFER_BIT_BACK_LEFT |
>                     BUFFER_BIT_DEPTH | BUFFER_BIT_STENCIL |
> --
> 2.1.4
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list