[Mesa-dev] [PATCH 26/37] nir: remove shebang from python scripts
Emil Velikov
emil.l.velikov at gmail.com
Thu Feb 23 17:13:53 UTC 2017
From: Emil Velikov <emil.velikov at collabora.com>
Analogous to earlier commit(s).
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
src/compiler/nir/nir_algebraic.py | 1 -
src/compiler/nir/nir_builder_opcodes_h.py | 1 -
src/compiler/nir/nir_constant_expressions.py | 1 -
src/compiler/nir/nir_opcodes.py | 1 -
src/compiler/nir/nir_opcodes_c.py | 1 -
src/compiler/nir/nir_opcodes_h.py | 1 -
src/compiler/nir/nir_opt_algebraic.py | 1 -
src/mapi/mapi_abi.py | 1 -
8 files changed, 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
#
--
2.11.0
More information about the mesa-dev
mailing list