diff options
author | Oren Hurvitz | 2014-04-28 18:39:50 +0300 |
---|---|---|
committer | Oren Hurvitz | 2014-04-28 16:41:02 +0100 |
commit | cb8c3ba0239eef6b2557c19b6a583e5a24e947c3 (patch) | |
tree | 46eda125e2f8119c2d3655226e9ac19613861e7b | |
parent | Add missing [Test] decorator to actually get the basic scene creation test fr... (diff) | |
download | opensim-SC_OLD-cb8c3ba0239eef6b2557c19b6a583e5a24e947c3.zip opensim-SC_OLD-cb8c3ba0239eef6b2557c19b6a583e5a24e947c3.tar.gz opensim-SC_OLD-cb8c3ba0239eef6b2557c19b6a583e5a24e947c3.tar.bz2 opensim-SC_OLD-cb8c3ba0239eef6b2557c19b6a583e5a24e947c3.tar.xz |
Removed dependency on Linq in OpenProfileClient
-rw-r--r-- | OpenSim/Services/Interfaces/OpenProfileClient.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Services/Interfaces/OpenProfileClient.cs b/OpenSim/Services/Interfaces/OpenProfileClient.cs index 4126c35..e601ebe 100644 --- a/OpenSim/Services/Interfaces/OpenProfileClient.cs +++ b/OpenSim/Services/Interfaces/OpenProfileClient.cs | |||
@@ -28,7 +28,6 @@ | |||
28 | using System; | 28 | using System; |
29 | using System.Collections; | 29 | using System.Collections; |
30 | using System.Collections.Generic; | 30 | using System.Collections.Generic; |
31 | using System.Linq; | ||
32 | using System.Net; | 31 | using System.Net; |
33 | using System.Net.Sockets; | 32 | using System.Net.Sockets; |
34 | using System.Reflection; | 33 | using System.Reflection; |