Remove clang-tidy comments from vk_enum_string_helper.h

Not needed. They only made sense in the context of VVL.
This commit is contained in:
Juan Ramos 2023-08-23 12:26:20 -06:00 committed by Juan Ramos
parent 2396306278
commit 8ea7803544
2 changed files with 2 additions and 6 deletions

View file

@ -5,7 +5,7 @@
// Copyright 2023 LunarG, Inc.
//
// SPDX-License-Identifier: Apache-2.0
// NOLINTBEGIN
#pragma once
#ifdef __cplusplus
#include <string>
@ -9120,4 +9120,4 @@ static inline std::string string_VkAccelerationStructureCreateFlagsKHR(VkAcceler
return ret;
}
#endif // __cplusplus
// NOLINTEND