From 9da65f925ce6e43a2be3ad82755f8cad057ef841 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Sun, 12 Jan 2025 11:02:11 +1100 Subject: [PATCH] Update DelegatePolyfill.cs --- src/Polyfill/DelegatePolyfill.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Polyfill/DelegatePolyfill.cs b/src/Polyfill/DelegatePolyfill.cs index 5a75f81..2c4af20 100644 --- a/src/Polyfill/DelegatePolyfill.cs +++ b/src/Polyfill/DelegatePolyfill.cs @@ -1,6 +1,5 @@ // - #pragma warning disable namespace Polyfills;