mirror of
https://github.com/opensim/opensim.git
synced 2026-07-14 11:45:35 +08:00
* minor: warnings removal
This commit is contained in:
@@ -40,10 +40,10 @@ namespace OpenSim.ApplicationPlugins.ScriptEngine
|
||||
internal class ComponentLoader
|
||||
{
|
||||
internal static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
private ScriptEnginePlugin scriptEnginePlugin;
|
||||
//private ScriptEnginePlugin scriptEnginePlugin;
|
||||
public ComponentLoader(ScriptEnginePlugin sep)
|
||||
{
|
||||
scriptEnginePlugin = sep;
|
||||
//scriptEnginePlugin = sep;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user