Mesa (master): egl: drop invalid shebang

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Aug 22 12:05:56 UTC 2020


Module: Mesa
Branch: master
Commit: 9e5e3be412271ff700c9ad7c0c51453ea1e95007
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9e5e3be412271ff700c9ad7c0c51453ea1e95007

Author: Eric Engestrom <eric at engestrom.ch>
Date:   Tue Aug  4 01:31:52 2020 +0200

egl: drop invalid shebang

This file exports a variable that is then used in a python script,
but it can never be executed by itself, so having a shebang here
makes no sense.

Signed-off-by: Eric Engestrom <eric at engestrom.ch>
Reviewed-by: Marcin Ślusarz <marcin.slusarz at intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6166>

---

 src/egl/generate/eglFunctionList.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/egl/generate/eglFunctionList.py b/src/egl/generate/eglFunctionList.py
index 171e3ddc821..cd6c2598261 100644
--- a/src/egl/generate/eglFunctionList.py
+++ b/src/egl/generate/eglFunctionList.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 """
 Contains a list of EGL functions to generate dispatch functions for.
 



More information about the mesa-commit mailing list