diff options
author | Justin Clarke Casey | 2009-07-15 20:49:58 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-07-15 20:49:58 +0000 |
commit | 5815162d7ef1df861de082cee9e99cec14805572 (patch) | |
tree | 1ea8e534822d108da56788b42f07d021e515d22a /OpenSim/Server/Handlers | |
parent | * Change server prompt from B.U.S.T to R.O.B.U.S.T, as per mailing list (diff) | |
download | opensim-SC_OLD-5815162d7ef1df861de082cee9e99cec14805572.zip opensim-SC_OLD-5815162d7ef1df861de082cee9e99cec14805572.tar.gz opensim-SC_OLD-5815162d7ef1df861de082cee9e99cec14805572.tar.bz2 opensim-SC_OLD-5815162d7ef1df861de082cee9e99cec14805572.tar.xz |
minor: remove some mono compiler warnings
Diffstat (limited to 'OpenSim/Server/Handlers')
-rw-r--r-- | OpenSim/Server/Handlers/Tests/Asset/AssetServerGetHandlerTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Server/Handlers/Tests/Asset/AssetServerGetHandlerTests.cs b/OpenSim/Server/Handlers/Tests/Asset/AssetServerGetHandlerTests.cs index 2615358..04a73e4 100644 --- a/OpenSim/Server/Handlers/Tests/Asset/AssetServerGetHandlerTests.cs +++ b/OpenSim/Server/Handlers/Tests/Asset/AssetServerGetHandlerTests.cs | |||
@@ -46,7 +46,7 @@ namespace OpenSim.Server.Handlers.Tests.Asset | |||
46 | { | 46 | { |
47 | TestHelper.InMethod(); | 47 | TestHelper.InMethod(); |
48 | 48 | ||
49 | AssetServerGetHandler handler = new AssetServerGetHandler(null); | 49 | new AssetServerGetHandler(null); |
50 | } | 50 | } |
51 | 51 | ||
52 | [Test] | 52 | [Test] |