From 80811cfbef52b28ffeabcd8bf4e5fdeaa22fb5b8 Mon Sep 17 00:00:00 2001 From: William Chen Date: Sun, 26 Jul 2026 11:59:19 -0400 Subject: [PATCH] Remove now unused, internal RequiresLocationAttribute --- build/props/bindings.props | 1 - .../Attributes/RequiresLocationAttribute.cs | 11 ----------- 2 files changed, 12 deletions(-) delete mode 100644 src/Core/Silk.NET.Core/Attributes/RequiresLocationAttribute.cs diff --git a/build/props/bindings.props b/build/props/bindings.props index c9731ee1f3..fa1ae49433 100644 --- a/build/props/bindings.props +++ b/build/props/bindings.props @@ -2,7 +2,6 @@ - true diff --git a/src/Core/Silk.NET.Core/Attributes/RequiresLocationAttribute.cs b/src/Core/Silk.NET.Core/Attributes/RequiresLocationAttribute.cs deleted file mode 100644 index 0959d988c9..0000000000 --- a/src/Core/Silk.NET.Core/Attributes/RequiresLocationAttribute.cs +++ /dev/null @@ -1,11 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. - -#if !NET8_0_OR_GREATER -// ReSharper disable once CheckNamespace -namespace System.Runtime.CompilerServices; - -internal class RequiresLocationAttribute : Attribute -{ -} -#endif