diff options
author | Justin Clarke Casey | 2009-04-07 20:24:09 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-04-07 20:24:09 +0000 |
commit | ad7b005784cd44fe6db20db365f7723e23bdc51a (patch) | |
tree | fee6dd8bd163a2e0587866e202fc80b98c953e50 /OpenSim/Region/CoreModules/Communications/REST/RESTInterregionComms.cs | |
parent | * Remove unnecessary build dependencies on the ExamplemoneyModule stub. (diff) | |
download | opensim-SC-ad7b005784cd44fe6db20db365f7723e23bdc51a.zip opensim-SC-ad7b005784cd44fe6db20db365f7723e23bdc51a.tar.gz opensim-SC-ad7b005784cd44fe6db20db365f7723e23bdc51a.tar.bz2 opensim-SC-ad7b005784cd44fe6db20db365f7723e23bdc51a.tar.xz |
* minor: remove some mono compiler warnings
Diffstat (limited to 'OpenSim/Region/CoreModules/Communications/REST/RESTInterregionComms.cs')
-rw-r--r-- | OpenSim/Region/CoreModules/Communications/REST/RESTInterregionComms.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Communications/REST/RESTInterregionComms.cs b/OpenSim/Region/CoreModules/Communications/REST/RESTInterregionComms.cs index 90104f2..8b2a5ca 100644 --- a/OpenSim/Region/CoreModules/Communications/REST/RESTInterregionComms.cs +++ b/OpenSim/Region/CoreModules/Communications/REST/RESTInterregionComms.cs | |||
@@ -654,7 +654,7 @@ namespace OpenSim.Region.CoreModules.Communications.REST | |||
654 | if (args["itemid"] != null) | 654 | if (args["itemid"] != null) |
655 | itemID = args["itemid"].AsUUID(); | 655 | itemID = args["itemid"].AsUUID(); |
656 | 656 | ||
657 | UUID regionID = m_localBackend.GetRegionID(regionhandle); | 657 | //UUID regionID = m_localBackend.GetRegionID(regionhandle); |
658 | 658 | ||
659 | // This is the meaning of PUT object | 659 | // This is the meaning of PUT object |
660 | bool result = m_localBackend.SendCreateObject(regionhandle, userID, itemID); | 660 | bool result = m_localBackend.SendCreateObject(regionhandle, userID, itemID); |