From 769b5614f85992c333fa87f4faf23656da439d48 Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Thu, 14 Apr 2016 10:35:37 -0700 Subject: [PATCH] nir/opt_algebraic: Remove the encoding line This is an unneeded diff between the vulkan and master branches --- src/compiler/nir/nir_opt_algebraic.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compiler/nir/nir_opt_algebraic.py b/src/compiler/nir/nir_opt_algebraic.py index dd41931b345..8f08e6b1341 100644 --- a/src/compiler/nir/nir_opt_algebraic.py +++ b/src/compiler/nir/nir_opt_algebraic.py @@ -1,5 +1,4 @@ #! /usr/bin/env python -# -*- encoding: utf-8 -*- # # Copyright (C) 2014 Intel Corporation # -- 2.30.2