summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2016-04-14 10:35:37 -0700
committerJason Ekstrand <jason.ekstrand@intel.com>2016-04-14 10:35:40 -0700
commit769b5614f85992c333fa87f4faf23656da439d48 (patch)
tree2cda44a084887a2332683c48f612d55fce911b29
parentc34be07230ef98d5021f0bdc88c3b0bc804ee2dd (diff)
downloadexternal_mesa3d-769b5614f85992c333fa87f4faf23656da439d48.zip
external_mesa3d-769b5614f85992c333fa87f4faf23656da439d48.tar.gz
external_mesa3d-769b5614f85992c333fa87f4faf23656da439d48.tar.bz2
nir/opt_algebraic: Remove the encoding line
This is an unneeded diff between the vulkan and master branches
-rw-r--r--src/compiler/nir/nir_opt_algebraic.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/nir/nir_opt_algebraic.py b/src/compiler/nir/nir_opt_algebraic.py
index dd41931..8f08e6b 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
#