Introduced a build error in the last patch

afrisby
Tleiades Hax 2007-10-24 04:14:24 +00:00
parent 62e695d3ee
commit 51c782d6ad
1 changed files with 0 additions and 3 deletions

View File

@ -305,9 +305,6 @@ namespace OpenSim
assetServer = sqlAssetServer;
}
// TODO: This actually does nothing to no IAssetServer implementor. Delete?
assetServer.SetServerInfo(m_networkServersInfo.AssetURL, m_networkServersInfo.AssetSendKey);
m_assetCache = new AssetCache(assetServer);
// m_assetCache = new assetCache("OpenSim.Region.GridInterfaces.Local.dll", m_networkServersInfo.AssetURL, m_networkServersInfo.AssetSendKey);
}