From: Eric Engestrom Date: Mon, 3 Aug 2020 23:31:52 +0000 (+0200) Subject: egl: drop invalid shebang X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9e5e3be412271ff700c9ad7c0c51453ea1e95007;p=mesa.git 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 Reviewed-by: Marcin Ĺšlusarz Part-of: --- 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.