diff options
author | Eric Engestrom <eric@engestrom.ch> | 2020-05-20 01:22:01 +0200 |
---|---|---|
committer | Marge Bot <eric+marge@anholt.net> | 2020-05-20 22:05:41 +0000 |
commit | 413c6f9905262939cbe56cb021d7806eb7d97de1 (patch) | |
tree | 484e8dd1e8161f9f61e72300b87dcc48dc6f8820 /bin | |
parent | f68db81cbb3c8f2b901fc5dcac02d01d3e698cc3 (diff) |
git_sha1_gen.py: fix out-of-date comment
This hasn't been true since 7088622e5fb506b64c90 ("buildsys: move file
regeneration logic to the script itself") almost 3 years ago.
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5112>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/git_sha1_gen.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/git_sha1_gen.py b/bin/git_sha1_gen.py index c6fbf490302..7fb5c990735 100644 --- a/bin/git_sha1_gen.py +++ b/bin/git_sha1_gen.py @@ -1,6 +1,5 @@ """ Generate the contents of the git_sha1.h file. -The output of this script goes to stdout. """ |