mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
remove unused
This commit is contained in:
parent
e481a3fba5
commit
47b66430c2
@ -43,13 +43,6 @@ public override bool WillProcess(ICompiledAssembly compiledAssembly)
|
||||
compiledAssembly.References.Any(filePath => Path.GetFileNameWithoutExtension(filePath) == MirrorRuntimeAssemblyName);
|
||||
}
|
||||
|
||||
// searches for Mirror.dll in references.
|
||||
// note that for Mirror.dll itself, it won't find anything.
|
||||
string FindMirrorRuntimeReference(ICompiledAssembly compiledAssembly)
|
||||
{
|
||||
return compiledAssembly.References.ToList().Find(filePath => Path.GetFileNameWithoutExtension(filePath) == MirrorRuntimeAssemblyName);
|
||||
}
|
||||
|
||||
public override ILPostProcessResult Process(ICompiledAssembly compiledAssembly)
|
||||
{
|
||||
//Log.Warning($"Processing {compiledAssembly.Name}");
|
||||
|
Loading…
Reference in New Issue
Block a user