comment out use of the TribalMedia data mapper layer

for now.  It doesn't build on new mono at the moment, and
isn't currently used.  Please make sure this functions on
mono 1.2.6 prior to adding it back in for the main tree.
This commit is contained in:
Sean Dague
2008-01-21 16:40:23 +00:00
parent 331aef2bae
commit 38991ba0e6
2 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
using System.Data.Common;
using MySql.Data.MySqlClient;
using TribalMedia.Framework.Data;
// using TribalMedia.Framework.Data;
namespace OpenSim.Framework.Data.MySQL
{