diff options
author | Emil Velikov <emil.velikov@collabora.com> | 2017-02-22 16:39:13 +0000 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 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 <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
-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 8c7fbc8194..d6784df004 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 42eb6e0b09..bdabe578ce 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 273d6ce6a7..3da20fd503 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 b116fcffcc..8cad74832a 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 7049c5be67..5f8bdc12a0 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 be15a96d23..c9538e4e95 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 d3eaa1f1f2..f60c338b62 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 012a5c3f44..2343182d11 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 # |