diff options
author | Justin Clark-Casey (justincc) | 2012-02-10 23:41:14 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-02-10 23:41:14 +0000 |
commit | 71e484516a0323187077c734d5b30d2839ebab99 (patch) | |
tree | 0b4b817daf31b55b94932ed3b5f17366338ecff0 | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-71e484516a0323187077c734d5b30d2839ebab99.zip opensim-SC_OLD-71e484516a0323187077c734d5b30d2839ebab99.tar.gz opensim-SC_OLD-71e484516a0323187077c734d5b30d2839ebab99.tar.bz2 opensim-SC_OLD-71e484516a0323187077c734d5b30d2839ebab99.tar.xz |
minor: Remove warning from RegionInfo due to repeated config.GetString() call where the first was unused.
-rw-r--r-- | OpenSim/Framework/RegionInfo.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Framework/RegionInfo.cs b/OpenSim/Framework/RegionInfo.cs index 661b457..5ba3863 100644 --- a/OpenSim/Framework/RegionInfo.cs +++ b/OpenSim/Framework/RegionInfo.cs | |||
@@ -625,7 +625,6 @@ namespace OpenSim.Framework | |||
625 | 625 | ||
626 | foreach (String s in allKeys) | 626 | foreach (String s in allKeys) |
627 | { | 627 | { |
628 | string val = config.GetString(s); | ||
629 | SetOtherSetting(s, config.GetString(s)); | 628 | SetOtherSetting(s, config.GetString(s)); |
630 | } | 629 | } |
631 | } | 630 | } |