From: Emil Velikov Date: Wed, 22 Feb 2017 16:39:13 +0000 (+0000) Subject: nir: remove shebang from python scripts X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e4c79111505b5401c2ff5c680c6fa90efcbd8663;p=mesa.git nir: remove shebang from python scripts Analogous to earlier commit(s). Signed-off-by: Emil Velikov Reviewed-by: Eric Engestrom --- diff --git a/src/compiler/nir/nir_algebraic.py b/src/compiler/nir/nir_algebraic.py index 8c7fbc81947..d6784df004e 100644 --- a/src/compiler/nir/nir_algebraic.py +++ b/src/compiler/nir/nir_algebraic.py @@ -1,4 +1,3 @@ -#! /usr/bin/env python # # Copyright (C) 2014 Intel Corporation # diff --git a/src/compiler/nir/nir_builder_opcodes_h.py b/src/compiler/nir/nir_builder_opcodes_h.py index 42eb6e0b097..bdabe578ce2 100644 --- a/src/compiler/nir/nir_builder_opcodes_h.py +++ b/src/compiler/nir/nir_builder_opcodes_h.py @@ -1,4 +1,3 @@ -#! /usr/bin/env python template = """\ /* Copyright (C) 2015 Broadcom diff --git a/src/compiler/nir/nir_constant_expressions.py b/src/compiler/nir/nir_constant_expressions.py index 273d6ce6a78..3da20fd503b 100644 --- a/src/compiler/nir/nir_constant_expressions.py +++ b/src/compiler/nir/nir_constant_expressions.py @@ -1,4 +1,3 @@ -#! /usr/bin/python2 def type_has_size(type_): return type_[-1:].isdigit() diff --git a/src/compiler/nir/nir_opcodes.py b/src/compiler/nir/nir_opcodes.py index b116fcffcc7..8cad74832a6 100644 --- a/src/compiler/nir/nir_opcodes.py +++ b/src/compiler/nir/nir_opcodes.py @@ -1,4 +1,3 @@ -#! /usr/bin/env python # # Copyright (C) 2014 Connor Abbott # diff --git a/src/compiler/nir/nir_opcodes_c.py b/src/compiler/nir/nir_opcodes_c.py index 7049c5be676..5f8bdc12a07 100644 --- a/src/compiler/nir/nir_opcodes_c.py +++ b/src/compiler/nir/nir_opcodes_c.py @@ -1,4 +1,3 @@ -#! /usr/bin/env python # # Copyright (C) 2014 Connor Abbott # diff --git a/src/compiler/nir/nir_opcodes_h.py b/src/compiler/nir/nir_opcodes_h.py index be15a96d236..c9538e4e957 100644 --- a/src/compiler/nir/nir_opcodes_h.py +++ b/src/compiler/nir/nir_opcodes_h.py @@ -1,4 +1,3 @@ -#! /usr/bin/env python template = """\ /* Copyright (C) 2014 Connor Abbott diff --git a/src/compiler/nir/nir_opt_algebraic.py b/src/compiler/nir/nir_opt_algebraic.py index d3eaa1f1f2c..f60c338b624 100644 --- a/src/compiler/nir/nir_opt_algebraic.py +++ b/src/compiler/nir/nir_opt_algebraic.py @@ -1,4 +1,3 @@ -#! /usr/bin/env python # # Copyright (C) 2014 Intel Corporation # diff --git a/src/mapi/mapi_abi.py b/src/mapi/mapi_abi.py index 012a5c3f44c..2343182d116 100644 --- a/src/mapi/mapi_abi.py +++ b/src/mapi/mapi_abi.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # Mesa 3-D graphics library #