diff --git a/source/val/validate_function.cpp b/source/val/validate_function.cpp index e2a81da676..624b4e244b 100644 --- a/source/val/validate_function.cpp +++ b/source/val/validate_function.cpp @@ -1,6 +1,4 @@ // Copyright (c) 2018 Google LLC. -// Modifications Copyright (C) 2024 Advanced Micro Devices, Inc. All rights -// reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -307,7 +305,6 @@ spv_result_t ValidateFunctionCall(ValidationState_t& _, case spv::StorageClass::Private: case spv::StorageClass::Workgroup: case spv::StorageClass::AtomicCounter: - case spv::StorageClass::NodePayloadAMDX: // These are always allowed. break; case spv::StorageClass::StorageBuffer: