Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/corlib/System/ArgIterator.cs')
-rw-r--r--mcs/class/corlib/System/ArgIterator.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/mcs/class/corlib/System/ArgIterator.cs b/mcs/class/corlib/System/ArgIterator.cs
index 1a9a56d854e..677a0c65b4c 100644
--- a/mcs/class/corlib/System/ArgIterator.cs
+++ b/mcs/class/corlib/System/ArgIterator.cs
@@ -38,9 +38,6 @@ namespace System
{
[StructLayout (LayoutKind.Auto)]
public
-#if NETCORE
- ref
-#endif
struct ArgIterator
{
#pragma warning disable 169, 414