diff options
Diffstat (limited to 'OpenSim/Framework/Data.MySQLMapper/MySQLDataReader.cs')
-rw-r--r-- | OpenSim/Framework/Data.MySQLMapper/MySQLDataReader.cs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/OpenSim/Framework/Data.MySQLMapper/MySQLDataReader.cs b/OpenSim/Framework/Data.MySQLMapper/MySQLDataReader.cs deleted file mode 100644 index 9fd50f6..0000000 --- a/OpenSim/Framework/Data.MySQLMapper/MySQLDataReader.cs +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | using System; | ||
2 | using System.Collections.Generic; | ||
3 | using System.Data; | ||
4 | using System.Text; | ||
5 | using OpenSim.Framework.Data.Base; | ||
6 | |||
7 | namespace OpenSim.Framework.Data.MySQLMapper | ||
8 | { | ||
9 | public class MySQLDataReader : OpenSimDataReader | ||
10 | { | ||
11 | public MySQLDataReader(IDataReader source) : base(source) | ||
12 | { | ||
13 | } | ||
14 | } | ||
15 | } | ||