aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorOren Hurvitz2014-04-28 18:39:50 +0300
committerOren Hurvitz2014-04-28 16:41:02 +0100
commitcb8c3ba0239eef6b2557c19b6a583e5a24e947c3 (patch)
tree46eda125e2f8119c2d3655226e9ac19613861e7b /OpenSim
parentAdd missing [Test] decorator to actually get the basic scene creation test fr... (diff)
downloadopensim-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
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Services/Interfaces/OpenProfileClient.cs1
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 @@
28using System; 28using System;
29using System.Collections; 29using System.Collections;
30using System.Collections.Generic; 30using System.Collections.Generic;
31using System.Linq;
32using System.Net; 31using System.Net;
33using System.Net.Sockets; 32using System.Net.Sockets;
34using System.Reflection; 33using System.Reflection;