aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLXInventoryData.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-05-06 22:47:41 +0100
committerJustin Clark-Casey (justincc)2011-05-06 22:47:41 +0100
commit04ecd748d98e5b66446912debe06af6975e66560 (patch)
tree0cc0a1610c1d6a5ea15c366a1563c75087c6ea7e /OpenSim/Data/MySQL/MySQLXInventoryData.cs
parentminor: remove mono compiler warnings (diff)
downloadopensim-SC_OLD-04ecd748d98e5b66446912debe06af6975e66560.zip
opensim-SC_OLD-04ecd748d98e5b66446912debe06af6975e66560.tar.gz
opensim-SC_OLD-04ecd748d98e5b66446912debe06af6975e66560.tar.bz2
opensim-SC_OLD-04ecd748d98e5b66446912debe06af6975e66560.tar.xz
remove further mono compiler warnings
Diffstat (limited to 'OpenSim/Data/MySQL/MySQLXInventoryData.cs')
-rw-r--r--OpenSim/Data/MySQL/MySQLXInventoryData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/MySQLXInventoryData.cs b/OpenSim/Data/MySQL/MySQLXInventoryData.cs
index 287c4dd..481da49 100644
--- a/OpenSim/Data/MySQL/MySQLXInventoryData.cs
+++ b/OpenSim/Data/MySQL/MySQLXInventoryData.cs
@@ -189,7 +189,7 @@ namespace OpenSim.Data.MySQL
189 { 189 {
190 cmd.ExecuteNonQuery(); 190 cmd.ExecuteNonQuery();
191 } 191 }
192 catch (Exception e) 192 catch (Exception)
193 { 193 {
194 return false; 194 return false;
195 } 195 }