From 413c6f9905262939cbe56cb021d7806eb7d97de1 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 20 May 2020 01:22:01 +0200 Subject: [PATCH] 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 Reviewed-by: Dylan Baker Part-of: --- bin/git_sha1_gen.py | 1 - 1 file changed, 1 deletion(-) 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. """ -- 2.30.2