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/System.Data/System.Data.OleDb/OleDbSchemaGuid.cs')
-rw-r--r--mcs/class/System.Data/System.Data.OleDb/OleDbSchemaGuid.cs18
1 files changed, 0 insertions, 18 deletions
diff --git a/mcs/class/System.Data/System.Data.OleDb/OleDbSchemaGuid.cs b/mcs/class/System.Data/System.Data.OleDb/OleDbSchemaGuid.cs
deleted file mode 100644
index 4ed1ca09d11..00000000000
--- a/mcs/class/System.Data/System.Data.OleDb/OleDbSchemaGuid.cs
+++ /dev/null
@@ -1,18 +0,0 @@
-//
-// System.Data.OleDb.OleDbSchemaGuid
-//
-// Author:
-// Rodrigo Moya (rodrigo@ximian.com)
-//
-// Copyright (C) Rodrigo Moya, 2002
-//
-
-using System.Data;
-using System.Data.Common;
-
-namespace System.Data.OleDb
-{
- public sealed class OleDbSchemaGuid
- {
- }
-}