minor: Remove warning from RegionInfo due to repeated config.GetString() call where the first was unused.
parent
38f878952c
commit
71e484516a
|
@ -625,7 +625,6 @@ namespace OpenSim.Framework
|
|||
|
||||
foreach (String s in allKeys)
|
||||
{
|
||||
string val = config.GetString(s);
|
||||
SetOtherSetting(s, config.GetString(s));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue