diff options
author | UbitUmarov | 2015-11-21 01:49:31 +0000 |
---|---|---|
committer | UbitUmarov | 2015-11-21 01:49:31 +0000 |
commit | 156fdd490870506979aaef96500d81812718177a (patch) | |
tree | 604e2088669312710f0e15381aee78d21d4e6022 /OpenSim/Services | |
parent | remove some compile warnings increasing total number by 2 (diff) | |
download | opensim-SC_OLD-156fdd490870506979aaef96500d81812718177a.zip opensim-SC_OLD-156fdd490870506979aaef96500d81812718177a.tar.gz opensim-SC_OLD-156fdd490870506979aaef96500d81812718177a.tar.bz2 opensim-SC_OLD-156fdd490870506979aaef96500d81812718177a.tar.xz |
remove some duplicate using statements
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Services/Base/ServiceBase.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Services/Base/ServiceBase.cs b/OpenSim/Services/Base/ServiceBase.cs index c18226b..209a57a 100644 --- a/OpenSim/Services/Base/ServiceBase.cs +++ b/OpenSim/Services/Base/ServiceBase.cs | |||
@@ -28,7 +28,6 @@ | |||
28 | using System; | 28 | using System; |
29 | using System.IO; | 29 | using System.IO; |
30 | using System.Collections.Generic; | 30 | using System.Collections.Generic; |
31 | using System.IO; | ||
32 | using System.Reflection; | 31 | using System.Reflection; |
33 | using log4net; | 32 | using log4net; |
34 | using Nini.Config; | 33 | using Nini.Config; |