40 FxCop Warnings; good practice
This commit is contained in:
parent
3f535ea235
commit
34e3a88bfe
30 changed files with 45 additions and 49 deletions
|
|
@ -32,7 +32,7 @@ using Microsoft.VisualBasic;
|
|||
|
||||
namespace Server
|
||||
{
|
||||
public class ScriptCompiler
|
||||
public static class ScriptCompiler
|
||||
{
|
||||
private static Assembly[] m_Assemblies;
|
||||
|
||||
|
|
@ -522,15 +522,6 @@ namespace Server
|
|||
|
||||
private delegate CompilerResults Compiler( bool debug );
|
||||
|
||||
private void LoadScriptedAssembly( List<Assembly> assemblies, string fileName, Compiler compiler, bool debug )
|
||||
{
|
||||
|
||||
|
||||
if( File.Exists( fileName ) )
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
public static bool Compile()
|
||||
{
|
||||
return Compile( false );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue