diff options
author | Emil Velikov <[email protected]> | 2017-02-22 16:39:13 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-03-10 14:12:47 +0000 |
commit | e4c79111505b5401c2ff5c680c6fa90efcbd8663 (patch) | |
tree | 154c4eab8d5ed63d7bbccb0106ad24b55c8a5bcc | |
parent | a497f44645c3c3271ab2798c7509232598086c47 (diff) |
nir: remove shebang from python scripts
Analogous to earlier commit(s).
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
-rw-r--r-- | src/compiler/nir/nir_algebraic.py | 1 | ||||
-rw-r--r-- | src/compiler/nir/nir_builder_opcodes_h.py | 1 | ||||
-rw-r--r-- | src/compiler/nir/nir_constant_expressions.py | 1 | ||||
-rw-r--r-- | src/compiler/nir/nir_opcodes.py | 1 | ||||
-rw-r--r-- | src/compiler/nir/nir_opcodes_c.py | 1 | ||||
-rw-r--r-- | src/compiler/nir/nir_opcodes_h.py | 1 | ||||
-rw-r--r-- | src/compiler/nir/nir_opt_algebraic.py | 1 | ||||
-rw-r--r-- | src/mapi/mapi_abi.py | 1 |
8 files changed, 0 insertions, 8 deletions
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 # |