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 /src/compiler/nir/nir_opcodes_c.py | |
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]>
Diffstat (limited to 'src/compiler/nir/nir_opcodes_c.py')
-rw-r--r-- | src/compiler/nir/nir_opcodes_c.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 # |