Skip to content

Commit 38bcd15

Browse files
authored
remove dubious future feature
1 parent 3f7d9c4 commit 38bcd15

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Tools/ssl/make_ssl_data.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,6 @@ def get_openssl_git_commit(args):
189189
encoding='utf-8',
190190
check=True,
191191
)
192-
# FEAT(picnixz): in the future, we may want to check that we only
193-
# generate data from a Git commit that is a tag (to that end, we
194-
# can either re-run 'git describe --long --dirty --contains' and
195-
# compare the output (the HEAD case is special as it is never
196-
# contained) or parse the output of 'git describe' to count
197-
# the number of commits until the previous tag.
198192
return git_describe.stdout.strip()
199193

200194

0 commit comments

Comments
 (0)