mirror of
https://github.com/opensim/opensim.git
synced 2026-06-12 07:15:34 +08:00
remove some obsolete code
This commit is contained in:
@@ -6320,9 +6320,6 @@ namespace OpenSim.Region.ScriptEngine.Yengine
|
||||
{
|
||||
this.stateName = stateName;
|
||||
}
|
||||
protected ScriptUndefinedStateException(SerializationInfo info, StreamingContext context) : base(info, context)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -6346,13 +6343,6 @@ namespace OpenSim.Region.ScriptEngine.Yengine
|
||||
{
|
||||
this.thrown = thrown;
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Used by serialization/deserialization.
|
||||
*/
|
||||
protected ScriptThrownException(SerializationInfo info, StreamingContext context) : base(info, context)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -6366,9 +6356,6 @@ namespace OpenSim.Region.ScriptEngine.Yengine
|
||||
{
|
||||
this.newState = newState;
|
||||
}
|
||||
protected ScriptChangeStateException(SerializationInfo info, StreamingContext context) : base(info, context)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -6419,9 +6406,6 @@ namespace OpenSim.Region.ScriptEngine.Yengine
|
||||
public class ScriptBadCallNoException: Exception
|
||||
{
|
||||
public ScriptBadCallNoException(int callNo) : base("bad callNo " + callNo) { }
|
||||
protected ScriptBadCallNoException(SerializationInfo info, StreamingContext context) : base(info, context)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
public class CVVMismatchException: Exception
|
||||
|
||||
Reference in New Issue
Block a user