diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/vk_validation_stats.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/vk_validation_stats.py b/scripts/vk_validation_stats.py index 93836cf1..33493dd3 100755 --- a/scripts/vk_validation_stats.py +++ b/scripts/vk_validation_stats.py @@ -195,10 +195,6 @@ class ValidationSource: self.source_files.extend(qualified_paths) self.enum_count_dict = {} # dict of enum values to the count of how much they're used, and location of where they're used - # 1500099c is a special case that provides an exception when an extension is enabled. No specific error is flagged, but the exception is handled so add it here - self.enum_count_dict['VALIDATION_ERROR_1500099c'] = {} - self.enum_count_dict['VALIDATION_ERROR_1500099c']['count'] = 1 - self.enum_count_dict['VALIDATION_ERROR_1500099c']['file_line'] = [] def parse(self): duplicate_checks = 0 for sf in self.source_files: |
