summaryrefslogtreecommitdiff
path: root/codegen/vulkan/update_valid_usage_ids.sh
diff options
context:
space:
mode:
Diffstat (limited to 'codegen/vulkan/update_valid_usage_ids.sh')
-rwxr-xr-xcodegen/vulkan/update_valid_usage_ids.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/codegen/vulkan/update_valid_usage_ids.sh b/codegen/vulkan/update_valid_usage_ids.sh
deleted file mode 100755
index 524bcb3b..00000000
--- a/codegen/vulkan/update_valid_usage_ids.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 2018-2021 The Khronos Group, Inc.
-#
-# SPDX-License-Identifier: Apache-2.0
-
-# This script updates the valid usage IDs in the specification
-# AsciiDoctor files. If a valid usage entry already contains
-# an ID, it skips that entry. If it does not contain an ID,
-# it will generate a new one.
-
-python3 reflow.py -overwrite -noflow -tagvu
-