diff options
author | Emil Velikov <[email protected]> | 2017-02-22 16:56:49 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-03-10 14:12:47 +0000 |
commit | f03e7af7b97e60eaf3ad6e715f7e673132739b6e (patch) | |
tree | 4d9be426e07aa88c25a8b8921677049a23e24083 | |
parent | 1a39f3187c7c3d6b269fe8d149748fb13767aed3 (diff) |
i965: remove shebang from brw_nir_trig_workarounds.py
Analogous to earlier commit(s).
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_nir_trig_workarounds.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_nir_trig_workarounds.py b/src/mesa/drivers/dri/i965/brw_nir_trig_workarounds.py index 3b8d0ce2b3c..6a77d64dbd4 100644 --- a/src/mesa/drivers/dri/i965/brw_nir_trig_workarounds.py +++ b/src/mesa/drivers/dri/i965/brw_nir_trig_workarounds.py @@ -1,4 +1,3 @@ -#! /usr/bin/env python # # Copyright (C) 2016 Intel Corporation # |